Html Css Color HEX #F69C2C Lightning Yellow

📋 copy color: '#F69C2C'

red 246 ◦ green 156 ◦ blue 44

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

Shades of Lightning Yellow #F69C2C

Tints of Lightning Yellow #F69C2C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.98%

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

R = 55.16%
G = 34.98%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F69C2C (or 0xF69C2C) is known color: Lightning Yellow. HEX triplet: F6, 9C and 2C. RGB value is (246,156,44). Sum of RGB (Red+Green+Blue) = 246+156+44=446 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.16% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 44 (17.58% from 255 or 9.87% from 446); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69C2C is #0963D3. Grayscale: #AAAAAA. Windows color (decimal): -615380 or 2923766. OLE color: 2923766.

HSL color Cylindrical-coordinate representation of color #F69C2C: hue angle of 33.27º 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 #F69C2C is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 156 44 -
CMYK 0 0.37 0.82 0.04
HSL 33.27º 0.92% 0.57% -
HSV(B) 33.27º 0.82% 0.96% -
XYZ 50.35 43.55 8.14 -
YUV 170.14 56.82 182.11 -
System Red Green Blue C M Y K H S L
Decimal 246 156 44 0 0.37 0.82 0.04 33.27 0.92 0.57
Hex F6 9C 2C 0 25 52 4 21 5C 39
Octal 366 234 54 0 45 122 4 41 134 71
Binary 11110110 10011100 101100 0 100101 1010010 100 100001 1011100 111001

Color Harmonies of #F69C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69C2C

Black with #F69C2C

Text Example


Text Example

White with #F69C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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