Html Css Color HEX #F0A93A Lightning Yellow

📋 copy color: '#F0A93A'

red 240 ◦ green 169 ◦ blue 58

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

Shades of Lightning Yellow #F0A93A

Tints of Lightning Yellow #F0A93A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.19%

 BLUE value IS 58 (23.05% from 255) = 12.42%

R = 51.39%
G = 36.19%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0A93A (or 0xF0A93A) is known color: Lightning Yellow. HEX triplet: F0, A9 and 3A. RGB value is (240,169,58). Sum of RGB (Red+Green+Blue) = 240+169+58=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 58 (23.05% from 255 or 12.42% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A93A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A93A is #0F56C5. Grayscale: #B2B2B2. Windows color (decimal): -1005254 or 3844592. OLE color: 3844592.

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

Color convert

RGB 240 169 58 -
CMYK 0 0.30 0.76 0.06
HSL 36.59º 0.86% 0.58% -
HSV(B) 36.59º 0.76% 0.94% -
XYZ 50.89 47.21 10.43 -
YUV 177.58 60.52 172.53 -
System Red Green Blue C M Y K H S L
Decimal 240 169 58 0 0.30 0.76 0.06 36.59 0.86 0.58
Hex F0 A9 3A 0 1E 4C 6 25 56 3A
Octal 360 251 72 0 36 114 6 45 126 72
Binary 11110000 10101001 111010 0 11110 1001100 110 100101 1010110 111010

Color Harmonies of #F0A93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A93A

Black with #F0A93A

Text Example


Text Example

White with #F0A93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A93A; }

 p { color: rgb(240,169,58); }

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

background-color css

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

 a { background-color: rgb(240,169,58); }

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

border-color css

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

 span { border-color: rgb(240,169,58); }

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