Html Css Color HEX #F2D448 Energy Yellow

📋 copy color: '#F2D448'

red 242 ◦ green 212 ◦ blue 72

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

Shades of Energy Yellow #F2D448

Tints of Energy Yellow #F2D448

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.3%

 BLUE value IS 72 (28.52% from 255) = 13.69%

R = 46.01%
G = 40.3%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2D448 (or 0xF2D448) is known color: 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

RGB 242 212 72 -
CMYK 0 0.12 0.70 0.05
HSL 49.41º 0.87% 0.62% -
HSV(B) 49.41º 0.7% 0.95% -
XYZ 61.33 66.43 15.72 -
YUV 205.01 52.94 154.38 -
System Red Green Blue C M Y K H S L
Decimal 242 212 72 0 0.12 0.70 0.05 49.41 0.87 0.62
Hex F2 D4 48 0 C 46 5 31 57 3E
Octal 362 324 110 0 14 106 5 61 127 76
Binary 11110010 11010100 1001000 0 1100 1000110 101 110001 1010111 111110

Color Harmonies of #F2D448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D448

Black with #F2D448

Text Example


Text Example

White with #F2D448

Text Example


Text Example

HTML Codes & Css Web 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>