Html Css Color HEX #F5FC0C Yellow

📋 copy color: '#F5FC0C'

red 245 ◦ green 252 ◦ blue 12

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

Shades of Yellow #F5FC0C

Tints of Yellow #F5FC0C

RGB

 RED value IS 245 (96.09% from 255) = 48.13%

 GREEN value IS 252 (98.83% from 255) = 49.51%

 BLUE value IS 12 (5.08% from 255) = 2.36%

R = 48.13%
G = 49.51%
B = 2.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#F5FC0C (or 0xF5FC0C) is known color: Yellow. HEX triplet: F5, FC and 0C. RGB value is (245,252,12). Sum of RGB (Red+Green+Blue) = 245+252+12=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 12 (5.08% from 255 or 2.36% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FC0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5FC0C is #0A03F3. Grayscale: #DFDFDF. Windows color (decimal): -656372 or 851189. OLE color: 851189.

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

Color convert

RGB 245 252 12 -
CMYK 0.03 0 0.95 0.01
HSL 61.75º 0.98% 0.52% -
HSV(B) 61.75º 0.95% 0.99% -
XYZ 72.53 89.06 13.72 -
YUV 222.55 9.18 144.01 -
System Red Green Blue C M Y K H S L
Decimal 245 252 12 0.03 0 0.95 0.01 61.75 0.98 0.52
Hex F5 FC C 3 0 5F 1 3E 62 34
Octal 365 374 14 3 0 137 1 76 142 64
Binary 11110101 11111100 1100 11 0 1011111 1 111110 1100010 110100

Color Harmonies of #F5FC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FC0C

Black with #F5FC0C

Text Example


Text Example

White with #F5FC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FC0C; }

 p { color: rgb(245,252,12); }

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

background-color css

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

 a { background-color: rgb(245,252,12); }

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

border-color css

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

 span { border-color: rgb(245,252,12); }

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