Html Css Color HEX #F5A92D Lightning Yellow

📋 copy color: '#F5A92D'

red 245 ◦ green 169 ◦ blue 45

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

Shades of Lightning Yellow #F5A92D

Tints of Lightning Yellow #F5A92D

RGB

 RED value IS 245 (96.09% from 255) = 53.38%

 GREEN value IS 169 (66.41% from 255) = 36.82%

 BLUE value IS 45 (17.97% from 255) = 9.8%

R = 53.38%
G = 36.82%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5A92D (or 0xF5A92D) is known color: Lightning Yellow. HEX triplet: F5, A9 and 2D. RGB value is (245,169,45). Sum of RGB (Red+Green+Blue) = 245+169+45=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A92D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A92D is #0A56D2. Grayscale: #B2B2B2. Windows color (decimal): -677587 or 2992629. OLE color: 2992629.

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

Color convert

RGB 245 169 45 -
CMYK 0 0.31 0.82 0.04
HSL 37.2º 0.91% 0.57% -
HSV(B) 37.2º 0.82% 0.96% -
XYZ 52.32 47.98 8.99 -
YUV 177.59 53.18 176.08 -
System Red Green Blue C M Y K H S L
Decimal 245 169 45 0 0.31 0.82 0.04 37.2 0.91 0.57
Hex F5 A9 2D 0 1F 52 4 25 5B 39
Octal 365 251 55 0 37 122 4 45 133 71
Binary 11110101 10101001 101101 0 11111 1010010 100 100101 1011011 111001

Color Harmonies of #F5A92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A92D

Black with #F5A92D

Text Example


Text Example

White with #F5A92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A92D; }

 p { color: rgb(245,169,45); }

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

background-color css

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

 a { background-color: rgb(245,169,45); }

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

border-color css

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

 span { border-color: rgb(245,169,45); }

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