Html Css Color HEX #FCB102 Selective Yellow

📋 copy color: '#FCB102'

red 252 ◦ green 177 ◦ blue 2

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

Shades of Selective Yellow #FCB102

Tints of Selective Yellow #FCB102

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.07%

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

R = 58.47%
G = 41.07%
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

#FCB102 (or 0xFCB102) is known color: Selective Yellow. HEX triplet: FC, B1 and 02. RGB value is (252,177,2). Sum of RGB (Red+Green+Blue) = 252+177+2=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB102 is #034EFD. Grayscale: #B4B4B4. Windows color (decimal): -216830 or 176636. OLE color: 176636.

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

Color convert

RGB 252 177 2 -
CMYK 0 0.30 0.99 0.01
HSL 42º 0.98% 0.5% -
HSV(B) 42º 0.99% 0.99% -
XYZ 55.88 52.14 7.18 -
YUV 179.48 27.85 179.73 -
System Red Green Blue C M Y K H S L
Decimal 252 177 2 0 0.30 0.99 0.01 42 0.98 0.5
Hex FC B1 2 0 1E 63 1 2A 62 32
Octal 374 261 2 0 36 143 1 52 142 62
Binary 11111100 10110001 10 0 11110 1100011 1 101010 1100010 110010

Color Harmonies of #FCB102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB102

Black with #FCB102

Text Example


Text Example

White with #FCB102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB102; }

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

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

background-color css

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

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

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

border-color css

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

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

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