Html Css Color HEX #F5A725 Lightning Yellow

📋 copy color: '#F5A725'

red 245 ◦ green 167 ◦ blue 37

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

Shades of Lightning Yellow #F5A725

Tints of Lightning Yellow #F5A725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.24%

R = 54.57%
G = 37.19%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F5A725 (or 0xF5A725) is known color: Lightning Yellow. HEX triplet: F5, A7 and 25. RGB value is (245,167,37). Sum of RGB (Red+Green+Blue) = 245+167+37=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 37 (14.84% from 255 or 8.24% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A725 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A725 is #0A58DA. Grayscale: #B0B0B0. Windows color (decimal): -678107 or 2467829. OLE color: 2467829.

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

Color convert

RGB 245 167 37 -
CMYK 0 0.32 0.85 0.04
HSL 37.5º 0.91% 0.55% -
HSV(B) 37.5º 0.85% 0.96% -
XYZ 51.81 47.18 8.13 -
YUV 175.5 49.84 177.57 -
System Red Green Blue C M Y K H S L
Decimal 245 167 37 0 0.32 0.85 0.04 37.5 0.91 0.55
Hex F5 A7 25 0 20 55 4 26 5B 37
Octal 365 247 45 0 40 125 4 46 133 67
Binary 11110101 10100111 100101 0 100000 1010101 100 100110 1011011 110111

Color Harmonies of #F5A725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A725

Black with #F5A725

Text Example


Text Example

White with #F5A725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A725; }

 p { color: rgb(245,167,37); }

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

background-color css

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

 a { background-color: rgb(245,167,37); }

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

border-color css

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

 span { border-color: rgb(245,167,37); }

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