Html Css Color HEX #FCBA07 Selective Yellow

📋 copy color: '#FCBA07'

red 252 ◦ green 186 ◦ blue 7

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

Shades of Selective Yellow #FCBA07

Tints of Selective Yellow #FCBA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.57%

R = 56.63%
G = 41.8%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCBA07 (or 0xFCBA07) is known color: Selective Yellow. HEX triplet: FC, BA and 07. RGB value is (252,186,7). Sum of RGB (Red+Green+Blue) = 252+186+7=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 7 (3.12% from 255 or 1.57% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBA07 is #0345F8. Grayscale: #BABABA. Windows color (decimal): -214521 or 506620. OLE color: 506620.

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

Color convert

RGB 252 186 7 -
CMYK 0 0.26 0.97 0.01
HSL 43.84º 0.98% 0.51% -
HSV(B) 43.84º 0.97% 0.99% -
XYZ 57.74 55.83 7.93 -
YUV 185.33 27.37 175.55 -
System Red Green Blue C M Y K H S L
Decimal 252 186 7 0 0.26 0.97 0.01 43.84 0.98 0.51
Hex FC BA 7 0 1A 61 1 2C 62 33
Octal 374 272 7 0 32 141 1 54 142 63
Binary 11111100 10111010 111 0 11010 1100001 1 101100 1100010 110011

Color Harmonies of #FCBA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA07

Black with #FCBA07

Text Example


Text Example

White with #FCBA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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