Html Css Color HEX #FCBC08 Selective Yellow

📋 copy color: '#FCBC08'

red 252 ◦ green 188 ◦ blue 8

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

Shades of Selective Yellow #FCBC08

Tints of Selective Yellow #FCBC08

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.96%

 BLUE value IS 8 (3.52% from 255) = 1.79%

R = 56.25%
G = 41.96%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCBC08 (or 0xFCBC08) is known color: Selective Yellow. HEX triplet: FC, BC and 08. RGB value is (252,188,8). Sum of RGB (Red+Green+Blue) = 252+188+8=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 8 (3.52% from 255 or 1.79% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC08 is #0343F7. Grayscale: #BBBBBB. Windows color (decimal): -214008 or 572668. OLE color: 572668.

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

Color convert

RGB 252 188 8 -
CMYK 0 0.25 0.97 0.01
HSL 44.26º 0.98% 0.51% -
HSV(B) 44.26º 0.97% 0.99% -
XYZ 58.17 56.68 8.1 -
YUV 186.62 27.2 174.64 -
System Red Green Blue C M Y K H S L
Decimal 252 188 8 0 0.25 0.97 0.01 44.26 0.98 0.51
Hex FC BC 8 0 19 61 1 2C 62 33
Octal 374 274 10 0 31 141 1 54 142 63
Binary 11111100 10111100 1000 0 11001 1100001 1 101100 1100010 110011

Color Harmonies of #FCBC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC08

Black with #FCBC08

Text Example


Text Example

White with #FCBC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC08; }

 p { color: rgb(252,188,8); }

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

background-color css

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

 a { background-color: rgb(252,188,8); }

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

border-color css

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

 span { border-color: rgb(252,188,8); }

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