Html Css Color HEX #FCFB0A Yellow

📋 copy color: '#FCFB0A'

red 252 ◦ green 251 ◦ blue 10

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

Shades of Yellow #FCFB0A

Tints of Yellow #FCFB0A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.93%

 BLUE value IS 10 (4.3% from 255) = 1.95%

R = 49.12%
G = 48.93%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCFB0A (or 0xFCFB0A) is known color: Yellow. HEX triplet: FC, FB and 0A. RGB value is (252,251,10). Sum of RGB (Red+Green+Blue) = 252+251+10=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 10 (4.30% from 255 or 1.95% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFB0A is #0304F5. Grayscale: #E0E0E0. Windows color (decimal): -197878 or 719868. OLE color: 719868.

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

Color convert

RGB 252 251 10 -
CMYK 0 0.00 0.96 0.01
HSL 59.75º 0.98% 0.51% -
HSV(B) 59.75º 0.96% 0.99% -
XYZ 74.7 89.71 13.67 -
YUV 223.83 7.33 148.1 -
System Red Green Blue C M Y K H S L
Decimal 252 251 10 0 0.00 0.96 0.01 59.75 0.98 0.51
Hex FC FB A 0 0 60 1 3C 62 33
Octal 374 373 12 0 0 140 1 74 142 63
Binary 11111100 11111011 1010 0 0 1100000 1 111100 1100010 110011

Color Harmonies of #FCFB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB0A

Black with #FCFB0A

Text Example


Text Example

White with #FCFB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB0A; }

 p { color: rgb(252,251,10); }

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

background-color css

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

 a { background-color: rgb(252,251,10); }

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

border-color css

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

 span { border-color: rgb(252,251,10); }

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