Html Css Color HEX #F6A121 Lightning Yellow

📋 copy color: '#F6A121'

red 246 ◦ green 161 ◦ blue 33

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

Shades of Lightning Yellow #F6A121

Tints of Lightning Yellow #F6A121

RGB

 RED value IS 246 (96.48% from 255) = 55.91%

 GREEN value IS 161 (63.28% from 255) = 36.59%

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

R = 55.91%
G = 36.59%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F6A121 (or 0xF6A121) is known color: Lightning Yellow. HEX triplet: F6, A1 and 21. RGB value is (246,161,33). Sum of RGB (Red+Green+Blue) = 246+161+33=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 33 (13.28% from 255 or 7.5% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A121 is #095EDE. Grayscale: #ACACAC. Windows color (decimal): -614111 or 2204150. OLE color: 2204150.

HSL color Cylindrical-coordinate representation of color #F6A121: hue angle of 36.06º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F6A121 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 161 33 -
CMYK 0 0.35 0.87 0.04
HSL 36.06º 0.92% 0.55% -
HSV(B) 36.06º 0.87% 0.96% -
XYZ 51.03 45.19 7.47 -
YUV 171.82 49.66 180.91 -
System Red Green Blue C M Y K H S L
Decimal 246 161 33 0 0.35 0.87 0.04 36.06 0.92 0.55
Hex F6 A1 21 0 23 57 4 24 5C 37
Octal 366 241 41 0 43 127 4 44 134 67
Binary 11110110 10100001 100001 0 100011 1010111 100 100100 1011100 110111

Color Harmonies of #F6A121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A121

Black with #F6A121

Text Example


Text Example

White with #F6A121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A121; }

 p { color: rgb(246,161,33); }

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

background-color css

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

 a { background-color: rgb(246,161,33); }

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

border-color css

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

 span { border-color: rgb(246,161,33); }

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