Html Css Color HEX #FCBA06 Selective Yellow

📋 copy color: '#FCBA06'

red 252 ◦ green 186 ◦ blue 6

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

Shades of Selective Yellow #FCBA06

Tints of Selective Yellow #FCBA06

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.89%

 BLUE value IS 6 (2.73% from 255) = 1.35%

R = 56.76%
G = 41.89%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCBA06 (or 0xFCBA06) is known color: Selective Yellow. HEX triplet: FC, BA and 06. RGB value is (252,186,6). Sum of RGB (Red+Green+Blue) = 252+186+6=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 6 (2.73% from 255 or 1.35% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBA06 is #0345F9. Grayscale: #B9B9B9. Windows color (decimal): -214522 or 441084. OLE color: 441084.

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

Color convert

RGB 252 186 6 -
CMYK 0 0.26 0.98 0.01
HSL 43.9º 0.98% 0.51% -
HSV(B) 43.9º 0.98% 0.99% -
XYZ 57.74 55.83 7.9 -
YUV 185.21 26.87 175.64 -
System Red Green Blue C M Y K H S L
Decimal 252 186 6 0 0.26 0.98 0.01 43.9 0.98 0.51
Hex FC BA 6 0 1A 62 1 2C 62 33
Octal 374 272 6 0 32 142 1 54 142 63
Binary 11111100 10111010 110 0 11010 1100010 1 101100 1100010 110011

Color Harmonies of #FCBA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA06

Black with #FCBA06

Text Example


Text Example

White with #FCBA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA06; }

 p { color: rgb(252,186,6); }

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

background-color css

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

 a { background-color: rgb(252,186,6); }

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

border-color css

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

 span { border-color: rgb(252,186,6); }

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