Html Css Color HEX #F6A234 Lightning Yellow

📋 copy color: '#F6A234'

red 246 ◦ green 162 ◦ blue 52

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

Shades of Lightning Yellow #F6A234

Tints of Lightning Yellow #F6A234

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.22%

 BLUE value IS 52 (20.7% from 255) = 11.3%

R = 53.48%
G = 35.22%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F6A234 (or 0xF6A234) is known color: Lightning Yellow. HEX triplet: F6, A2 and 34. RGB value is (246,162,52). Sum of RGB (Red+Green+Blue) = 246+162+52=460 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.48% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A234 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A234 is #095DCB. Grayscale: #AFAFAF. Windows color (decimal): -613836 or 3449590. OLE color: 3449590.

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

Color convert

RGB 246 162 52 -
CMYK 0 0.34 0.79 0.04
HSL 34.02º 0.92% 0.58% -
HSV(B) 34.02º 0.79% 0.96% -
XYZ 51.55 45.68 9.35 -
YUV 174.58 58.83 178.94 -
System Red Green Blue C M Y K H S L
Decimal 246 162 52 0 0.34 0.79 0.04 34.02 0.92 0.58
Hex F6 A2 34 0 22 4F 4 22 5C 3A
Octal 366 242 64 0 42 117 4 42 134 72
Binary 11110110 10100010 110100 0 100010 1001111 100 100010 1011100 111010

Color Harmonies of #F6A234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A234

Black with #F6A234

Text Example


Text Example

White with #F6A234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A234; }

 p { color: rgb(246,162,52); }

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

background-color css

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

 a { background-color: rgb(246,162,52); }

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

border-color css

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

 span { border-color: rgb(246,162,52); }

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