Html Css Color HEX #F0A525 Lightning Yellow

📋 copy color: '#F0A525'

red 240 ◦ green 165 ◦ blue 37

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

Shades of Lightning Yellow #F0A525

Tints of Lightning Yellow #F0A525

RGB

 RED value IS 240 (94.14% from 255) = 54.3%

 GREEN value IS 165 (64.84% from 255) = 37.33%

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

R = 54.3%
G = 37.33%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F0A525 (or 0xF0A525) is known color: Lightning Yellow. HEX triplet: F0, A5 and 25. RGB value is (240,165,37). Sum of RGB (Red+Green+Blue) = 240+165+37=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A525 is #0F5ADA. Grayscale: #ADADAD. Windows color (decimal): -1006299 or 2467312. OLE color: 2467312.

HSL color Cylindrical-coordinate representation of color #F0A525: hue angle of 37.83º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0A525 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 165 37 -
CMYK 0 0.31 0.85 0.06
HSL 37.83º 0.87% 0.54% -
HSV(B) 37.83º 0.85% 0.94% -
XYZ 49.72 45.57 7.93 -
YUV 172.83 51.35 175.91 -
System Red Green Blue C M Y K H S L
Decimal 240 165 37 0 0.31 0.85 0.06 37.83 0.87 0.54
Hex F0 A5 25 0 1F 55 6 26 57 36
Octal 360 245 45 0 37 125 6 46 127 66
Binary 11110000 10100101 100101 0 11111 1010101 110 100110 1010111 110110

Color Harmonies of #F0A525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A525

Black with #F0A525

Text Example


Text Example

White with #F0A525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A525; }

 p { color: rgb(240,165,37); }

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

background-color css

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

 a { background-color: rgb(240,165,37); }

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

border-color css

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

 span { border-color: rgb(240,165,37); }

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