Html Css Color HEX #F1D74A Energy Yellow

📋 copy color: '#F1D74A'

red 241 ◦ green 215 ◦ blue 74

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

Shades of Energy Yellow #F1D74A

Tints of Energy Yellow #F1D74A

RGB

 RED value IS 241 (94.53% from 255) = 45.47%

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

 BLUE value IS 74 (29.3% from 255) = 13.96%

R = 45.47%
G = 40.57%
B = 13.96%

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

#F1D74A (or 0xF1D74A) is known color: Energy Yellow. HEX triplet: F1, D7 and 4A. RGB value is (241,215,74). Sum of RGB (Red+Green+Blue) = 241+215+74=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 74 (29.30% from 255 or 13.96% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D74A is #0E28B5. Grayscale: #CFCFCF. Windows color (decimal): -927926 or 4904945. OLE color: 4904945.

HSL color Cylindrical-coordinate representation of color #F1D74A: hue angle of 50.66º degrees, saturation: 0.86, 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 #F1D74A is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 215 74 -
CMYK 0 0.11 0.69 0.05
HSL 50.66º 0.86% 0.62% -
HSV(B) 50.66º 0.69% 0.95% -
XYZ 61.81 67.8 16.31 -
YUV 206.7 53.11 152.46 -
System Red Green Blue C M Y K H S L
Decimal 241 215 74 0 0.11 0.69 0.05 50.66 0.86 0.62
Hex F1 D7 4A 0 B 45 5 33 56 3E
Octal 361 327 112 0 13 105 5 63 126 76
Binary 11110001 11010111 1001010 0 1011 1000101 101 110011 1010110 111110

Color Harmonies of #F1D74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D74A

Black with #F1D74A

Text Example


Text Example

White with #F1D74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D74A; }

 p { color: rgb(241,215,74); }

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

background-color css

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

 a { background-color: rgb(241,215,74); }

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

border-color css

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

 span { border-color: rgb(241,215,74); }

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