Html Css Color HEX #FCBC09 Selective Yellow

📋 copy color: '#FCBC09'

red 252 ◦ green 188 ◦ blue 9

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

Shades of Selective Yellow #FCBC09

Tints of Selective Yellow #FCBC09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2%

R = 56.12%
G = 41.87%
B = 2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCBC09 (or 0xFCBC09) is known color: Selective Yellow. HEX triplet: FC, BC and 09. RGB value is (252,188,9). Sum of RGB (Red+Green+Blue) = 252+188+9=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 9 (3.91% from 255 or 2.00% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC09 is #0343F6. Grayscale: #BBBBBB. Windows color (decimal): -214007 or 638204. OLE color: 638204.

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

Color convert

RGB 252 188 9 -
CMYK 0 0.25 0.96 0.01
HSL 44.2º 0.98% 0.51% -
HSV(B) 44.2º 0.96% 0.99% -
XYZ 58.18 56.68 8.13 -
YUV 186.73 27.7 174.55 -
System Red Green Blue C M Y K H S L
Decimal 252 188 9 0 0.25 0.96 0.01 44.2 0.98 0.51
Hex FC BC 9 0 19 60 1 2C 62 33
Octal 374 274 11 0 31 140 1 54 142 63
Binary 11111100 10111100 1001 0 11001 1100000 1 101100 1100010 110011

Color Harmonies of #FCBC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC09

Black with #FCBC09

Text Example


Text Example

White with #FCBC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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