Html Css Color HEX #F0FA0F Yellow

📋 copy color: '#F0FA0F'

red 240 ◦ green 250 ◦ blue 15

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

Shades of Yellow #F0FA0F

Tints of Yellow #F0FA0F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.5%

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

R = 47.52%
G = 49.5%
B = 2.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F0FA0F (or 0xF0FA0F) is known color: Yellow. HEX triplet: F0, FA and 0F. RGB value is (240,250,15). Sum of RGB (Red+Green+Blue) = 240+250+15=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 15 (6.25% from 255 or 2.97% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FA0F is #0F05F0. Grayscale: #DDDDDD. Windows color (decimal): -984561 or 1047280. OLE color: 1047280.

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

Color convert

RGB 240 250 15 -
CMYK 0.04 0 0.94 0.02
HSL 62.55º 0.96% 0.52% -
HSV(B) 62.55º 0.94% 0.98% -
XYZ 70.21 86.93 13.53 -
YUV 220.22 12.19 142.11 -
System Red Green Blue C M Y K H S L
Decimal 240 250 15 0.04 0 0.94 0.02 62.55 0.96 0.52
Hex F0 FA F 4 0 5E 2 3F 60 34
Octal 360 372 17 4 0 136 2 77 140 64
Binary 11110000 11111010 1111 100 0 1011110 10 111111 1100000 110100

Color Harmonies of #F0FA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FA0F

Black with #F0FA0F

Text Example


Text Example

White with #F0FA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FA0F; }

 p { color: rgb(240,250,15); }

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

background-color css

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

 a { background-color: rgb(240,250,15); }

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

border-color css

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

 span { border-color: rgb(240,250,15); }

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