Html Css Color HEX #FCB80C Selective Yellow

📋 copy color: '#FCB80C'

red 252 ◦ green 184 ◦ blue 12

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

Shades of Selective Yellow #FCB80C

Tints of Selective Yellow #FCB80C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.07%

 BLUE value IS 12 (5.08% from 255) = 2.68%

R = 56.25%
G = 41.07%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCB80C (or 0xFCB80C) is known color: Selective Yellow. HEX triplet: FC, B8 and 0C. RGB value is (252,184,12). Sum of RGB (Red+Green+Blue) = 252+184+12=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB80C is #0347F3. Grayscale: #B9B9B9. Windows color (decimal): -215028 or 833788. OLE color: 833788.

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

Color convert

RGB 252 184 12 -
CMYK 0 0.27 0.95 0.01
HSL 43º 0.98% 0.52% -
HSV(B) 43º 0.95% 0.99% -
XYZ 57.35 55 7.94 -
YUV 184.72 30.53 175.99 -
System Red Green Blue C M Y K H S L
Decimal 252 184 12 0 0.27 0.95 0.01 43 0.98 0.52
Hex FC B8 C 0 1B 5F 1 2B 62 34
Octal 374 270 14 0 33 137 1 53 142 64
Binary 11111100 10111000 1100 0 11011 1011111 1 101011 1100010 110100

Color Harmonies of #FCB80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB80C

Black with #FCB80C

Text Example


Text Example

White with #FCB80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB80C; }

 p { color: rgb(252,184,12); }

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

background-color css

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

 a { background-color: rgb(252,184,12); }

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

border-color css

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

 span { border-color: rgb(252,184,12); }

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