Html Css Color HEX #FEB406 Selective Yellow

📋 copy color: '#FEB406'

red 254 ◦ green 180 ◦ blue 6

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

Shades of Selective Yellow #FEB406

Tints of Selective Yellow #FEB406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.36%

R = 57.73%
G = 40.91%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEB406 (or 0xFEB406) is known color: Selective Yellow. HEX triplet: FE, B4 and 06. RGB value is (254,180,6). Sum of RGB (Red+Green+Blue) = 254+180+6=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 6 (2.73% from 255 or 1.36% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB406 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB406 is #014BF9. Grayscale: #B7B7B7. Windows color (decimal): -84986 or 439550. OLE color: 439550.

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

Color convert

RGB 254 180 6 -
CMYK 0 0.29 0.98 0.00
HSL 42.1º 0.99% 0.51% -
HSV(B) 42.1º 0.98% 1% -
XYZ 57.23 53.73 7.53 -
YUV 182.29 28.52 179.15 -
System Red Green Blue C M Y K H S L
Decimal 254 180 6 0 0.29 0.98 0.00 42.1 0.99 0.51
Hex FE B4 6 0 1D 62 0 2A 63 33
Octal 376 264 6 0 35 142 0 52 143 63
Binary 11111110 10110100 110 0 11101 1100010 0 101010 1100011 110011

Color Harmonies of #FEB406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB406

Black with #FEB406

Text Example


Text Example

White with #FEB406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB406; }

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

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

background-color css

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

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

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

border-color css

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

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

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