Html Css Color HEX #F69140 Sun

📋 copy color: '#F69140'

red 246 ◦ green 145 ◦ blue 64

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

Shades of Sun #F69140

Tints of Sun #F69140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.87%

 BLUE value IS 64 (25.39% from 255) = 14.07%

R = 54.07%
G = 31.87%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F69140 (or 0xF69140) is known color: Sun. HEX triplet: F6, 91 and 40. RGB value is (246,145,64). Sum of RGB (Red+Green+Blue) = 246+145+64=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F69140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69140 is #096EBF. Grayscale: #A6A6A6. Windows color (decimal): -618176 or 4231670. OLE color: 4231670.

HSL color Cylindrical-coordinate representation of color #F69140: hue angle of 26.7º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F69140 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 145 64 -
CMYK 0 0.41 0.74 0.04
HSL 26.7º 0.91% 0.61% -
HSV(B) 26.7º 0.74% 0.96% -
XYZ 49.06 40.21 10.03 -
YUV 165.97 70.46 185.09 -
System Red Green Blue C M Y K H S L
Decimal 246 145 64 0 0.41 0.74 0.04 26.7 0.91 0.61
Hex F6 91 40 0 29 4A 4 1B 5B 3D
Octal 366 221 100 0 51 112 4 33 133 75
Binary 11110110 10010001 1000000 0 101001 1001010 100 11011 1011011 111101

Color Harmonies of #F69140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69140

Black with #F69140

Text Example


Text Example

White with #F69140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69140; }

 p { color: rgb(246,145,64); }

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

background-color css

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

 a { background-color: rgb(246,145,64); }

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

border-color css

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

 span { border-color: rgb(246,145,64); }

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