Html Css Color HEX #FCFF0E Yellow

📋 copy color: '#FCFF0E'

red 252 ◦ green 255 ◦ blue 14

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

Shades of Yellow #FCFF0E

Tints of Yellow #FCFF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.69%

R = 48.37%
G = 48.94%
B = 2.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FCFF0E (or 0xFCFF0E) is known color: Yellow. HEX triplet: FC, FF and 0E. RGB value is (252,255,14). Sum of RGB (Red+Green+Blue) = 252+255+14=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 14 (5.86% from 255 or 2.69% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFF0E is #0300F1. Grayscale: #E3E3E3. Windows color (decimal): -196850 or 983036. OLE color: 983036.

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

Color convert

RGB 252 255 14 -
CMYK 0.01 0 0.95 0
HSL 60.75º 1% 0.53% -
HSV(B) 60.75º 0.95% 1% -
XYZ 75.98 92.25 14.22 -
YUV 226.63 8.01 146.1 -
System Red Green Blue C M Y K H S L
Decimal 252 255 14 0.01 0 0.95 0 60.75 1 0.53
Hex FC FF E 1 0 5F 0 3D 64 35
Octal 374 377 16 1 0 137 0 75 144 65
Binary 11111100 11111111 1110 1 0 1011111 0 111101 1100100 110101

Color Harmonies of #FCFF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF0E

Black with #FCFF0E

Text Example


Text Example

White with #FCFF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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