Html Css Color HEX #FEB40A Selective Yellow

📋 copy color: '#FEB40A'

red 254 ◦ green 180 ◦ blue 10

#FEB40A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selective Yellow #FEB40A

Tints of Selective Yellow #FEB40A

RGB

 RED value IS 254 (99.61% from 255) = 57.21%

 GREEN value IS 180 (70.7% from 255) = 40.54%

 BLUE value IS 10 (4.3% from 255) = 2.25%

R = 57.21%
G = 40.54%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FEB40A (or 0xFEB40A) is known color: Selective Yellow. HEX triplet: FE, B4 and 0A. RGB value is (254,180,10). Sum of RGB (Red+Green+Blue) = 254+180+10=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB40A is #014BF5. Grayscale: #B7B7B7. Windows color (decimal): -84982 or 701694. OLE color: 701694.

HSL color Cylindrical-coordinate representation of color #FEB40A: hue angle of 41.8º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEB40A is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 180 10 -
CMYK 0 0.29 0.96 0.00
HSL 41.8º 0.99% 0.52% -
HSV(B) 41.8º 0.96% 1% -
XYZ 57.25 53.74 7.64 -
YUV 182.75 30.52 178.82 -
System Red Green Blue C M Y K H S L
Decimal 254 180 10 0 0.29 0.96 0.00 41.8 0.99 0.52
Hex FE B4 A 0 1D 60 0 2A 63 34
Octal 376 264 12 0 35 140 0 52 143 64
Binary 11111110 10110100 1010 0 11101 1100000 0 101010 1100011 110100

Color Harmonies of #FEB40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB40A

Black with #FEB40A

Text Example


Text Example

White with #FEB40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB40A; }

 p { color: rgb(254,180,10); }

 H1.HeaderClassName
 {
   color: #FEB40A;
 }
 .AnyTagClassName
 {
   color: #FEB40A;
 }
</style>

background-color css

<style>
 a { background-color: #FEB40A; }

 a { background-color: rgb(254,180,10); }

 div.DivClassName
 {
   background-color: #FEB40A;
 }
 .BgClassName
 {
   background-color: #FEB40A;
 }
</style>

border-color css

<style>
 span { border-color: #FEB40A; }

 span { border-color: rgb(254,180,10); }

 td.TdClassName
 {
   border-color: #FEB40A;
 }
 .TagClassName
 {
   border-color: #FEB40A;
 }
</style>