Html Css Color HEX #F6A32C Lightning Yellow

📋 copy color: '#F6A32C'

red 246 ◦ green 163 ◦ blue 44

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

Shades of Lightning Yellow #F6A32C

Tints of Lightning Yellow #F6A32C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.98%

 BLUE value IS 44 (17.58% from 255) = 9.71%

R = 54.3%
G = 35.98%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F6A32C (or 0xF6A32C) is known color: Lightning Yellow. HEX triplet: F6, A3 and 2C. RGB value is (246,163,44). Sum of RGB (Red+Green+Blue) = 246+163+44=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A32C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A32C is #095CD3. Grayscale: #AEAEAE. Windows color (decimal): -613588 or 2925558. OLE color: 2925558.

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

Color convert

RGB 246 163 44 -
CMYK 0 0.34 0.82 0.04
HSL 35.35º 0.92% 0.57% -
HSV(B) 35.35º 0.82% 0.96% -
XYZ 51.56 45.97 8.54 -
YUV 174.25 54.5 179.18 -
System Red Green Blue C M Y K H S L
Decimal 246 163 44 0 0.34 0.82 0.04 35.35 0.92 0.57
Hex F6 A3 2C 0 22 52 4 23 5C 39
Octal 366 243 54 0 42 122 4 43 134 71
Binary 11110110 10100011 101100 0 100010 1010010 100 100011 1011100 111001

Color Harmonies of #F6A32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A32C

Black with #F6A32C

Text Example


Text Example

White with #F6A32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A32C; }

 p { color: rgb(246,163,44); }

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

background-color css

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

 a { background-color: rgb(246,163,44); }

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

border-color css

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

 span { border-color: rgb(246,163,44); }

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