Html Css Color HEX #FCB602 Selective Yellow

📋 copy color: '#FCB602'

red 252 ◦ green 182 ◦ blue 2

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

Shades of Selective Yellow #FCB602

Tints of Selective Yellow #FCB602

RGB

 RED value IS 252 (98.83% from 255) = 57.8%

 GREEN value IS 182 (71.48% from 255) = 41.74%

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

R = 57.8%
G = 41.74%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCB602 (or 0xFCB602) is known color: Selective Yellow. HEX triplet: FC, B6 and 02. RGB value is (252,182,2). Sum of RGB (Red+Green+Blue) = 252+182+2=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB602 is #0349FD. Grayscale: #B7B7B7. Windows color (decimal): -215550 or 177916. OLE color: 177916.

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

Color convert

RGB 252 182 2 -
CMYK 0 0.28 0.99 0.01
HSL 43.2º 0.98% 0.5% -
HSV(B) 43.2º 0.99% 0.99% -
XYZ 56.88 54.16 7.51 -
YUV 182.41 26.19 177.64 -
System Red Green Blue C M Y K H S L
Decimal 252 182 2 0 0.28 0.99 0.01 43.2 0.98 0.5
Hex FC B6 2 0 1C 63 1 2B 62 32
Octal 374 266 2 0 34 143 1 53 142 62
Binary 11111100 10110110 10 0 11100 1100011 1 101011 1100010 110010

Color Harmonies of #FCB602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB602

Black with #FCB602

Text Example


Text Example

White with #FCB602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB602; }

 p { color: rgb(252,182,2); }

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

background-color css

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

 a { background-color: rgb(252,182,2); }

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

border-color css

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

 span { border-color: rgb(252,182,2); }

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