Html Css Color HEX #F5A42D Lightning Yellow

📋 copy color: '#F5A42D'

red 245 ◦ green 164 ◦ blue 45

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

Shades of Lightning Yellow #F5A42D

Tints of Lightning Yellow #F5A42D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.12%

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

R = 53.96%
G = 36.12%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5A42D (or 0xF5A42D) is known color: Lightning Yellow. HEX triplet: F5, A4 and 2D. RGB value is (245,164,45). Sum of RGB (Red+Green+Blue) = 245+164+45=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A42D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A42D is #0A5BD2. Grayscale: #AFAFAF. Windows color (decimal): -678867 or 2991349. OLE color: 2991349.

HSL color Cylindrical-coordinate representation of color #F5A42D: hue angle of 35.7º 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 #F5A42D is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 164 45 -
CMYK 0 0.33 0.82 0.04
HSL 35.7º 0.91% 0.57% -
HSV(B) 35.7º 0.82% 0.96% -
XYZ 51.41 46.15 8.68 -
YUV 174.65 54.84 178.18 -
System Red Green Blue C M Y K H S L
Decimal 245 164 45 0 0.33 0.82 0.04 35.7 0.91 0.57
Hex F5 A4 2D 0 21 52 4 24 5B 39
Octal 365 244 55 0 41 122 4 44 133 71
Binary 11110101 10100100 101101 0 100001 1010010 100 100100 1011011 111001

Color Harmonies of #F5A42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A42D

Black with #F5A42D

Text Example


Text Example

White with #F5A42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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