Html Css Color HEX #F2D74B Energy Yellow

📋 copy color: '#F2D74B'

red 242 ◦ green 215 ◦ blue 75

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

Shades of Energy Yellow #F2D74B

Tints of Energy Yellow #F2D74B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.41%

 BLUE value IS 75 (29.69% from 255) = 14.1%

R = 45.49%
G = 40.41%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2D74B (or 0xF2D74B) is known color: Energy Yellow. HEX triplet: F2, D7 and 4B. RGB value is (242,215,75). Sum of RGB (Red+Green+Blue) = 242+215+75=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 75 (29.69% from 255 or 14.10% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D74B is #0D28B4. Grayscale: #CFCFCF. Windows color (decimal): -862389 or 4970482. OLE color: 4970482.

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

Color convert

RGB 242 215 75 -
CMYK 0 0.11 0.69 0.05
HSL 50.3º 0.87% 0.62% -
HSV(B) 50.3º 0.69% 0.95% -
XYZ 62.19 67.99 16.5 -
YUV 207.11 53.45 152.88 -
System Red Green Blue C M Y K H S L
Decimal 242 215 75 0 0.11 0.69 0.05 50.3 0.87 0.62
Hex F2 D7 4B 0 B 45 5 32 57 3E
Octal 362 327 113 0 13 105 5 62 127 76
Binary 11110010 11010111 1001011 0 1011 1000101 101 110010 1010111 111110

Color Harmonies of #F2D74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D74B

Black with #F2D74B

Text Example


Text Example

White with #F2D74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D74B; }

 p { color: rgb(242,215,75); }

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

background-color css

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

 a { background-color: rgb(242,215,75); }

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

border-color css

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

 span { border-color: rgb(242,215,75); }

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