Html Css Color HEX #F0A523 Lightning Yellow

📋 copy color: '#F0A523'

red 240 ◦ green 165 ◦ blue 35

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

Shades of Lightning Yellow #F0A523

Tints of Lightning Yellow #F0A523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.95%

R = 54.55%
G = 37.5%
B = 7.95%

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

#F0A523 (or 0xF0A523) is known color: Lightning Yellow. HEX triplet: F0, A5 and 23. RGB value is (240,165,35). Sum of RGB (Red+Green+Blue) = 240+165+35=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 35 (14.06% from 255 or 7.95% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A523 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A523 is #0F5ADC. Grayscale: #ADADAD. Windows color (decimal): -1006301 or 2336240. OLE color: 2336240.

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

Color convert

RGB 240 165 35 -
CMYK 0 0.31 0.85 0.06
HSL 38.05º 0.87% 0.54% -
HSV(B) 38.05º 0.85% 0.94% -
XYZ 49.69 45.56 7.76 -
YUV 172.61 50.35 176.07 -
System Red Green Blue C M Y K H S L
Decimal 240 165 35 0 0.31 0.85 0.06 38.05 0.87 0.54
Hex F0 A5 23 0 1F 55 6 26 57 36
Octal 360 245 43 0 37 125 6 46 127 66
Binary 11110000 10100101 100011 0 11111 1010101 110 100110 1010111 110110

Color Harmonies of #F0A523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A523

Black with #F0A523

Text Example


Text Example

White with #F0A523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A523; }

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

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

background-color css

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

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

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

border-color css

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

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

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