Html Css Color HEX #FCBA00 Selective Yellow

📋 copy color: '#FCBA00'

red 252 ◦ green 186 ◦ blue 0

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

Shades of Selective Yellow #FCBA00

Tints of Selective Yellow #FCBA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.53%
G = 42.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCBA00 (or 0xFCBA00) is known color: Selective Yellow. HEX triplet: FC, BA and 00. RGB value is (252,186,0). Sum of RGB (Red+Green+Blue) = 252+186+0=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBA00 is #0345FF. Grayscale: #B9B9B9. Windows color (decimal): -214528 or 47868. OLE color: 47868.

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

Color convert

RGB 252 186 0 -
CMYK 0 0.26 1 0.01
HSL 44.29º 1% 0.49% -
HSV(B) 44.29º 1% 0.99% -
XYZ 57.7 55.81 7.73 -
YUV 184.53 23.87 176.12 -
System Red Green Blue C M Y K H S L
Decimal 252 186 0 0 0.26 1 0.01 44.29 1 0.49
Hex FC BA 0 0 1A 64 1 2C 64 31
Octal 374 272 0 0 32 144 1 54 144 61
Binary 11111100 10111010 0 0 11010 1100100 1 101100 1100100 110001

Color Harmonies of #FCBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA00

Black with #FCBA00

Text Example


Text Example

White with #FCBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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