#F2D448

Color #F2D448 Energy Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Energy Yellow #F2D448

Tints of Energy Yellow #F2D448

Color information

#F2D448 (or 0xF2D448) is unknown color: approx Energy Yellow. HEX triplet: F2, D4 and 48. RGB value is (242,212,72). Sum of RGB (Red+Green+Blue) = 242+212+72=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 72 (28.52% from 255 or 13.69% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D448 is #0D2BB7. Grayscale: #CDCDCD. Windows color (decimal): -863160 or 4773106. OLE color: 4773106.

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

Color convert

RGB24221272-
CMYK00.120.700.05
HSL49.41º86.73%61.57%-
HSV(B)49.41º70.25%94.9%-
XYZ61.3366.4315.72-
YUV205.0152.94154.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.01%
GREEN value IS 212 (83.20% from 255) = 40.30%
BLUE value IS 72 (28.52% from 255) = 13.69%
R=46.01%
G=40.30%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422127200.120.700.0549.4186.7361.57
HexF2D4480C46531573e
Octal36232411001410656112776
Binary111100101101010010010000110010001101011100011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D448; }

 p { color: rgb(242,212,72); }

 H1.HeaderClassName
 {
   color: #F2D448;
 }
 .AnyTagClassName
 {
   color: #F2D448;
 }
</style>
background-color css

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

 a { background-color: rgb(242,212,72); }

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

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

 span { border-color: rgb(242,212,72); }

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