Html Css Color HEX #FCFF0F Yellow

📋 copy color: '#FCFF0F'

red 252 ◦ green 255 ◦ blue 15

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

Shades of Yellow #FCFF0F

Tints of Yellow #FCFF0F

RGB

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

 GREEN value IS 255 (100% from 255) = 48.85%

 BLUE value IS 15 (6.25% from 255) = 2.87%

R = 48.28%
G = 48.85%
B = 2.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FCFF0F (or 0xFCFF0F) is known color: Yellow. HEX triplet: FC, FF and 0F. RGB value is (252,255,15). Sum of RGB (Red+Green+Blue) = 252+255+15=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 15 (6.25% from 255 or 2.87% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFF0F is #0300F0. Grayscale: #E3E3E3. Windows color (decimal): -196849 or 1048572. OLE color: 1048572.

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

Color convert

RGB 252 255 15 -
CMYK 0.01 0 0.94 0
HSL 60.75º 1% 0.53% -
HSV(B) 60.75º 0.94% 1% -
XYZ 75.99 92.25 14.25 -
YUV 226.74 8.51 146.01 -
System Red Green Blue C M Y K H S L
Decimal 252 255 15 0.01 0 0.94 0 60.75 1 0.53
Hex FC FF F 1 0 5E 0 3D 64 35
Octal 374 377 17 1 0 136 0 75 144 65
Binary 11111100 11111111 1111 1 0 1011110 0 111101 1100100 110101

Color Harmonies of #FCFF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF0F

Black with #FCFF0F

Text Example


Text Example

White with #FCFF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF0F; }

 p { color: rgb(252,255,15); }

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

background-color css

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

 a { background-color: rgb(252,255,15); }

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

border-color css

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

 span { border-color: rgb(252,255,15); }

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