Html Css Color HEX #F0A727 Lightning Yellow

📋 copy color: '#F0A727'

red 240 ◦ green 167 ◦ blue 39

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

Shades of Lightning Yellow #F0A727

Tints of Lightning Yellow #F0A727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.74%

R = 53.81%
G = 37.44%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F0A727 (or 0xF0A727) is known color: Lightning Yellow. HEX triplet: F0, A7 and 27. RGB value is (240,167,39). Sum of RGB (Red+Green+Blue) = 240+167+39=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 39 (15.62% from 255 or 8.74% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A727 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A727 is #0F58D8. Grayscale: #AEAEAE. Windows color (decimal): -1005785 or 2598896. OLE color: 2598896.

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

Color convert

RGB 240 167 39 -
CMYK 0 0.30 0.84 0.06
HSL 38.21º 0.87% 0.55% -
HSV(B) 38.21º 0.84% 0.94% -
XYZ 50.12 46.31 8.22 -
YUV 174.24 51.68 174.91 -
System Red Green Blue C M Y K H S L
Decimal 240 167 39 0 0.30 0.84 0.06 38.21 0.87 0.55
Hex F0 A7 27 0 1E 54 6 26 57 37
Octal 360 247 47 0 36 124 6 46 127 67
Binary 11110000 10100111 100111 0 11110 1010100 110 100110 1010111 110111

Color Harmonies of #F0A727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A727

Black with #F0A727

Text Example


Text Example

White with #F0A727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A727; }

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

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

background-color css

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

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

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

border-color css

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

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

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