Html Css Color HEX #F0E601 Golden Yellow

📋 copy color: '#F0E601'

red 240 ◦ green 230 ◦ blue 1

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

Shades of Golden Yellow #F0E601

Tints of Golden Yellow #F0E601

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.83%

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 50.96%
G = 48.83%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F0E601 (or 0xF0E601) is known color: Golden Yellow. HEX triplet: F0, E6 and 01. RGB value is (240,230,1). Sum of RGB (Red+Green+Blue) = 240+230+1=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 230 (90.23% from 255 or 48.83% from 471); Blue value is 1 (0.78% from 255 or 0.21% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E601 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0E601 is #0F19FE. Grayscale: #CFCFCF. Windows color (decimal): -989695 or 124656. OLE color: 124656.

HSL color Cylindrical-coordinate representation of color #F0E601: hue angle of 57.49º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0E601 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 230 1 -
CMYK 0 0.04 1.00 0.06
HSL 57.49º 0.99% 0.47% -
HSV(B) 57.49º 1% 0.94% -
XYZ 64.24 75.12 11.14 -
YUV 206.88 11.81 151.62 -
System Red Green Blue C M Y K H S L
Decimal 240 230 1 0 0.04 1.00 0.06 57.49 0.99 0.47
Hex F0 E6 1 0 4 64 6 39 63 2F
Octal 360 346 1 0 4 144 6 71 143 57
Binary 11110000 11100110 1 0 100 1100100 110 111001 1100011 101111

Color Harmonies of #F0E601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E601

Black with #F0E601

Text Example


Text Example

White with #F0E601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E601; }

 p { color: rgb(240,230,1); }

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

background-color css

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

 a { background-color: rgb(240,230,1); }

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

border-color css

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

 span { border-color: rgb(240,230,1); }

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