Html Css Color HEX #F0FE0D Yellow

📋 copy color: '#F0FE0D'

red 240 ◦ green 254 ◦ blue 13

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

Shades of Yellow #F0FE0D

Tints of Yellow #F0FE0D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.1%

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

R = 47.34%
G = 50.1%
B = 2.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#F0FE0D (or 0xF0FE0D) is known color: Yellow. HEX triplet: F0, FE and 0D. RGB value is (240,254,13). Sum of RGB (Red+Green+Blue) = 240+254+13=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 13 (5.47% from 255 or 2.56% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FE0D is #0F01F2. Grayscale: #DFDFDF. Windows color (decimal): -983539 or 917232. OLE color: 917232.

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

Color convert

RGB 240 254 13 -
CMYK 0.06 0 0.95 0.00
HSL 63.49º 0.99% 0.52% -
HSV(B) 63.49º 0.95% 1% -
XYZ 71.45 89.44 13.88 -
YUV 222.34 9.86 140.6 -
System Red Green Blue C M Y K H S L
Decimal 240 254 13 0.06 0 0.95 0.00 63.49 0.99 0.52
Hex F0 FE D 6 0 5F 0 3F 63 34
Octal 360 376 15 6 0 137 0 77 143 64
Binary 11110000 11111110 1101 110 0 1011111 0 111111 1100011 110100

Color Harmonies of #F0FE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FE0D

Black with #F0FE0D

Text Example


Text Example

White with #F0FE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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