Html Css Color HEX #F0FC0D Yellow

📋 copy color: '#F0FC0D'

red 240 ◦ green 252 ◦ blue 13

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

Shades of Yellow #F0FC0D

Tints of Yellow #F0FC0D

RGB

 RED value IS 240 (94.14% from 255) = 47.52%

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

 BLUE value IS 13 (5.47% from 255) = 2.57%

R = 47.52%
G = 49.9%
B = 2.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#F0FC0D (or 0xF0FC0D) is known color: Yellow. HEX triplet: F0, FC and 0D. RGB value is (240,252,13). Sum of RGB (Red+Green+Blue) = 240+252+13=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 13 (5.47% from 255 or 2.57% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FC0D is #0F03F2. Grayscale: #DEDEDE. Windows color (decimal): -984051 or 916720. OLE color: 916720.

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

Color convert

RGB 240 252 13 -
CMYK 0.05 0 0.95 0.01
HSL 63.01º 0.98% 0.52% -
HSV(B) 63.01º 0.95% 0.99% -
XYZ 70.82 88.18 13.67 -
YUV 221.17 10.52 141.43 -
System Red Green Blue C M Y K H S L
Decimal 240 252 13 0.05 0 0.95 0.01 63.01 0.98 0.52
Hex F0 FC D 5 0 5F 1 3F 62 34
Octal 360 374 15 5 0 137 1 77 142 64
Binary 11110000 11111100 1101 101 0 1011111 1 111111 1100010 110100

Color Harmonies of #F0FC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FC0D

Black with #F0FC0D

Text Example


Text Example

White with #F0FC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FC0D; }

 p { color: rgb(240,252,13); }

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

background-color css

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

 a { background-color: rgb(240,252,13); }

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

border-color css

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

 span { border-color: rgb(240,252,13); }

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