Html Css Color HEX #FDB002 Selective Yellow

📋 copy color: '#FDB002'

red 253 ◦ green 176 ◦ blue 2

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

Shades of Selective Yellow #FDB002

Tints of Selective Yellow #FDB002

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.84%

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

R = 58.7%
G = 40.84%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDB002 (or 0xFDB002) is known color: Selective Yellow. HEX triplet: FD, B0 and 02. RGB value is (253,176,2). Sum of RGB (Red+Green+Blue) = 253+176+2=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB002 is #024FFD. Grayscale: #B3B3B3. Windows color (decimal): -151550 or 176381. OLE color: 176381.

HSL color Cylindrical-coordinate representation of color #FDB002: hue angle of 41.59º 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 #FDB002 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 176 2 -
CMYK 0 0.30 0.99 0.01
HSL 41.59º 0.98% 0.5% -
HSV(B) 41.59º 0.99% 0.99% -
XYZ 56.04 51.94 7.13 -
YUV 179.19 28.01 180.65 -
System Red Green Blue C M Y K H S L
Decimal 253 176 2 0 0.30 0.99 0.01 41.59 0.98 0.5
Hex FD B0 2 0 1E 63 1 2A 62 32
Octal 375 260 2 0 36 143 1 52 142 62
Binary 11111101 10110000 10 0 11110 1100011 1 101010 1100010 110010

Color Harmonies of #FDB002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB002

Black with #FDB002

Text Example


Text Example

White with #FDB002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB002; }

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

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

background-color css

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

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

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

border-color css

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

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

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