Html Css Color HEX #F0A725 Lightning Yellow

📋 copy color: '#F0A725'

red 240 ◦ green 167 ◦ blue 37

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

Shades of Lightning Yellow #F0A725

Tints of Lightning Yellow #F0A725

RGB

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

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

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

R = 54.05%
G = 37.61%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F0A725 (or 0xF0A725) is known color: Lightning Yellow. HEX triplet: F0, A7 and 25. RGB value is (240,167,37). Sum of RGB (Red+Green+Blue) = 240+167+37=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 37 (14.84% from 255 or 8.33% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A725 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A725 is #0F58DA. Grayscale: #AEAEAE. Windows color (decimal): -1005787 or 2467824. OLE color: 2467824.

HSL color Cylindrical-coordinate representation of color #F0A725: hue angle of 38.42º 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 #F0A725 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 167 37 -
CMYK 0 0.30 0.85 0.06
HSL 38.42º 0.87% 0.54% -
HSV(B) 38.42º 0.85% 0.94% -
XYZ 50.09 46.3 8.05 -
YUV 174.01 50.68 175.07 -
System Red Green Blue C M Y K H S L
Decimal 240 167 37 0 0.30 0.85 0.06 38.42 0.87 0.54
Hex F0 A7 25 0 1E 55 6 26 57 36
Octal 360 247 45 0 36 125 6 46 127 66
Binary 11110000 10100111 100101 0 11110 1010101 110 100110 1010111 110110

Color Harmonies of #F0A725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A725

Black with #F0A725

Text Example


Text Example

White with #F0A725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A725; }

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

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

background-color css

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

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

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

border-color css

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

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

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