Html Css Color HEX #F0A621 Lightning Yellow

📋 copy color: '#F0A621'

red 240 ◦ green 166 ◦ blue 33

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

Shades of Lightning Yellow #F0A621

Tints of Lightning Yellow #F0A621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.52%

R = 54.67%
G = 37.81%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F0A621 (or 0xF0A621) is known color: Lightning Yellow. HEX triplet: F0, A6 and 21. RGB value is (240,166,33). Sum of RGB (Red+Green+Blue) = 240+166+33=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 33 (13.28% from 255 or 7.52% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A621 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A621 is #0F59DE. Grayscale: #ADADAD. Windows color (decimal): -1006047 or 2205424. OLE color: 2205424.

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

Color convert

RGB 240 166 33 -
CMYK 0 0.31 0.86 0.06
HSL 38.55º 0.87% 0.54% -
HSV(B) 38.55º 0.86% 0.94% -
XYZ 49.85 45.91 7.67 -
YUV 172.96 49.02 175.81 -
System Red Green Blue C M Y K H S L
Decimal 240 166 33 0 0.31 0.86 0.06 38.55 0.87 0.54
Hex F0 A6 21 0 1F 56 6 27 57 36
Octal 360 246 41 0 37 126 6 47 127 66
Binary 11110000 10100110 100001 0 11111 1010110 110 100111 1010111 110110

Color Harmonies of #F0A621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A621

Black with #F0A621

Text Example


Text Example

White with #F0A621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A621; }

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

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

background-color css

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

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

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

border-color css

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

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

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