Html Css Color HEX #FCFB0B Yellow

📋 copy color: '#FCFB0B'

red 252 ◦ green 251 ◦ blue 11

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

Shades of Yellow #FCFB0B

Tints of Yellow #FCFB0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.14%

R = 49.03%
G = 48.83%
B = 2.14%

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

#FCFB0B (or 0xFCFB0B) is known color: Yellow. HEX triplet: FC, FB and 0B. RGB value is (252,251,11). Sum of RGB (Red+Green+Blue) = 252+251+11=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 11 (4.69% from 255 or 2.14% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFB0B is #0304F4. Grayscale: #E0E0E0. Windows color (decimal): -197877 or 785404. OLE color: 785404.

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

Color convert

RGB 252 251 11 -
CMYK 0 0.00 0.96 0.01
HSL 59.75º 0.98% 0.52% -
HSV(B) 59.75º 0.96% 0.99% -
XYZ 74.7 89.71 13.7 -
YUV 223.94 7.83 148.01 -
System Red Green Blue C M Y K H S L
Decimal 252 251 11 0 0.00 0.96 0.01 59.75 0.98 0.52
Hex FC FB B 0 0 60 1 3C 62 34
Octal 374 373 13 0 0 140 1 74 142 64
Binary 11111100 11111011 1011 0 0 1100000 1 111100 1100010 110100

Color Harmonies of #FCFB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB0B

Black with #FCFB0B

Text Example


Text Example

White with #FCFB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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