Html Css Color HEX #F0A635 Lightning Yellow

📋 copy color: '#F0A635'

red 240 ◦ green 166 ◦ blue 53

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

Shades of Lightning Yellow #F0A635

Tints of Lightning Yellow #F0A635

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.17%

 BLUE value IS 53 (21.09% from 255) = 11.55%

R = 52.29%
G = 36.17%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F0A635 (or 0xF0A635) is known color: Lightning Yellow. HEX triplet: F0, A6 and 35. RGB value is (240,166,53). Sum of RGB (Red+Green+Blue) = 240+166+53=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 53 (21.09% from 255 or 11.55% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A635 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A635 is #0F59CA. Grayscale: #AFAFAF. Windows color (decimal): -1006027 or 3516144. OLE color: 3516144.

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

Color convert

RGB 240 166 53 -
CMYK 0 0.31 0.78 0.06
HSL 36.26º 0.86% 0.57% -
HSV(B) 36.26º 0.78% 0.94% -
XYZ 50.21 46.05 9.61 -
YUV 175.24 59.02 174.19 -
System Red Green Blue C M Y K H S L
Decimal 240 166 53 0 0.31 0.78 0.06 36.26 0.86 0.57
Hex F0 A6 35 0 1F 4E 6 24 56 39
Octal 360 246 65 0 37 116 6 44 126 71
Binary 11110000 10100110 110101 0 11111 1001110 110 100100 1010110 111001

Color Harmonies of #F0A635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A635

Black with #F0A635

Text Example


Text Example

White with #F0A635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A635; }

 p { color: rgb(240,166,53); }

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

background-color css

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

 a { background-color: rgb(240,166,53); }

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

border-color css

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

 span { border-color: rgb(240,166,53); }

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