Html Css Color HEX #FDB408 Selective Yellow

📋 copy color: '#FDB408'

red 253 ◦ green 180 ◦ blue 8

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

Shades of Selective Yellow #FDB408

Tints of Selective Yellow #FDB408

RGB

 RED value IS 253 (99.22% from 255) = 57.37%

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

 BLUE value IS 8 (3.52% from 255) = 1.81%

R = 57.37%
G = 40.82%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDB408 (or 0xFDB408) is known color: Selective Yellow. HEX triplet: FD, B4 and 08. RGB value is (253,180,8). Sum of RGB (Red+Green+Blue) = 253+180+8=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB408 is #024BF7. Grayscale: #B6B6B6. Windows color (decimal): -150520 or 570621. OLE color: 570621.

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

Color convert

RGB 253 180 8 -
CMYK 0 0.29 0.97 0.01
HSL 42.12º 0.98% 0.51% -
HSV(B) 42.12º 0.97% 0.99% -
XYZ 56.87 53.54 7.57 -
YUV 182.22 29.68 178.49 -
System Red Green Blue C M Y K H S L
Decimal 253 180 8 0 0.29 0.97 0.01 42.12 0.98 0.51
Hex FD B4 8 0 1D 61 1 2A 62 33
Octal 375 264 10 0 35 141 1 52 142 63
Binary 11111101 10110100 1000 0 11101 1100001 1 101010 1100010 110011

Color Harmonies of #FDB408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB408

Black with #FDB408

Text Example


Text Example

White with #FDB408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB408; }

 p { color: rgb(253,180,8); }

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

background-color css

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

 a { background-color: rgb(253,180,8); }

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

border-color css

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

 span { border-color: rgb(253,180,8); }

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