Html Css Color HEX #FDB402 Selective Yellow

📋 copy color: '#FDB402'

red 253 ◦ green 180 ◦ blue 2

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

Shades of Selective Yellow #FDB402

Tints of Selective Yellow #FDB402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 58.16%
G = 41.38%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDB402 (or 0xFDB402) is known color: Selective Yellow. HEX triplet: FD, B4 and 02. RGB value is (253,180,2). Sum of RGB (Red+Green+Blue) = 253+180+2=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB402 is #024BFD. Grayscale: #B6B6B6. Windows color (decimal): -150526 or 177405. OLE color: 177405.

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

Color convert

RGB 253 180 2 -
CMYK 0 0.29 0.99 0.01
HSL 42.55º 0.98% 0.5% -
HSV(B) 42.55º 0.99% 0.99% -
XYZ 56.84 53.53 7.39 -
YUV 181.54 26.68 178.97 -
System Red Green Blue C M Y K H S L
Decimal 253 180 2 0 0.29 0.99 0.01 42.55 0.98 0.5
Hex FD B4 2 0 1D 63 1 2B 62 32
Octal 375 264 2 0 35 143 1 53 142 62
Binary 11111101 10110100 10 0 11101 1100011 1 101011 1100010 110010

Color Harmonies of #FDB402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB402

Black with #FDB402

Text Example


Text Example

White with #FDB402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB402; }

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

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

background-color css

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

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

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

border-color css

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

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

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