Html Css Color HEX #FCBA03 Selective Yellow

📋 copy color: '#FCBA03'

red 252 ◦ green 186 ◦ blue 3

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

Shades of Selective Yellow #FCBA03

Tints of Selective Yellow #FCBA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 57.14%
G = 42.18%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCBA03 (or 0xFCBA03) is known color: Selective Yellow. HEX triplet: FC, BA and 03. RGB value is (252,186,3). Sum of RGB (Red+Green+Blue) = 252+186+3=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBA03 is #0345FC. Grayscale: #B9B9B9. Windows color (decimal): -214525 or 244476. OLE color: 244476.

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

Color convert

RGB 252 186 3 -
CMYK 0 0.26 0.99 0.01
HSL 44.1º 0.98% 0.5% -
HSV(B) 44.1º 0.99% 0.99% -
XYZ 57.72 55.82 7.82 -
YUV 184.87 25.37 175.88 -
System Red Green Blue C M Y K H S L
Decimal 252 186 3 0 0.26 0.99 0.01 44.1 0.98 0.5
Hex FC BA 3 0 1A 63 1 2C 62 32
Octal 374 272 3 0 32 143 1 54 142 62
Binary 11111100 10111010 11 0 11010 1100011 1 101100 1100010 110010

Color Harmonies of #FCBA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA03

Black with #FCBA03

Text Example


Text Example

White with #FCBA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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