Html Css Color HEX #F2E700 Golden Yellow

📋 copy color: '#F2E700'

red 242 ◦ green 231 ◦ blue 0

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

Shades of Golden Yellow #F2E700

Tints of Golden Yellow #F2E700

RGB

 RED value IS 242 (94.92% from 255) = 51.16%

 GREEN value IS 231 (90.63% from 255) = 48.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.16%
G = 48.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F2E700 (or 0xF2E700) is known color: Golden Yellow. HEX triplet: F2, E7 and 00. RGB value is (242,231,0). Sum of RGB (Red+Green+Blue) = 242+231+0=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 231 (90.62% from 255 or 48.84% from 473); Blue value is 0 (0.39% from 255 or 0% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E700 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E700 is #0D18FF. Grayscale: #D0D0D0. Windows color (decimal): -858368 or 59378. OLE color: 59378.

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

Color convert

RGB 242 231 0 -
CMYK 0 0.05 1 0.05
HSL 57.27º 1% 0.47% -
HSV(B) 57.27º 1% 0.95% -
XYZ 65.19 76.03 11.24 -
YUV 207.96 10.64 152.28 -
System Red Green Blue C M Y K H S L
Decimal 242 231 0 0 0.05 1 0.05 57.27 1 0.47
Hex F2 E7 0 0 5 64 5 39 64 2F
Octal 362 347 0 0 5 144 5 71 144 57
Binary 11110010 11100111 0 0 101 1100100 101 111001 1100100 101111

Color Harmonies of #F2E700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E700

Black with #F2E700

Text Example


Text Example

White with #F2E700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E700; }

 p { color: rgb(242,231,0); }

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

background-color css

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

 a { background-color: rgb(242,231,0); }

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

border-color css

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

 span { border-color: rgb(242,231,0); }

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