Html Css Color HEX #F4A72F Lightning Yellow

📋 copy color: '#F4A72F'

red 244 ◦ green 167 ◦ blue 47

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

Shades of Lightning Yellow #F4A72F

Tints of Lightning Yellow #F4A72F

RGB

 RED value IS 244 (95.7% from 255) = 53.28%

 GREEN value IS 167 (65.63% from 255) = 36.46%

 BLUE value IS 47 (18.75% from 255) = 10.26%

R = 53.28%
G = 36.46%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F4A72F (or 0xF4A72F) is known color: Lightning Yellow. HEX triplet: F4, A7 and 2F. RGB value is (244,167,47). Sum of RGB (Red+Green+Blue) = 244+167+47=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 47 (18.75% from 255 or 10.26% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A72F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A72F is #0B58D0. Grayscale: #B0B0B0. Windows color (decimal): -743633 or 3123188. OLE color: 3123188.

HSL color Cylindrical-coordinate representation of color #F4A72F: hue angle of 36.55º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F4A72F is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 167 47 -
CMYK 0 0.32 0.81 0.04
HSL 36.55º 0.9% 0.57% -
HSV(B) 36.55º 0.81% 0.96% -
XYZ 51.64 47.08 9.05 -
YUV 176.34 55.01 176.26 -
System Red Green Blue C M Y K H S L
Decimal 244 167 47 0 0.32 0.81 0.04 36.55 0.9 0.57
Hex F4 A7 2F 0 20 51 4 25 5A 39
Octal 364 247 57 0 40 121 4 45 132 71
Binary 11110100 10100111 101111 0 100000 1010001 100 100101 1011010 111001

Color Harmonies of #F4A72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A72F

Black with #F4A72F

Text Example


Text Example

White with #F4A72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A72F; }

 p { color: rgb(244,167,47); }

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

background-color css

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

 a { background-color: rgb(244,167,47); }

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

border-color css

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

 span { border-color: rgb(244,167,47); }

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