Html Css Color HEX #F89140 Sun

📋 copy color: '#F89140'

red 248 ◦ green 145 ◦ blue 64

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

Shades of Sun #F89140

Tints of Sun #F89140

RGB

 RED value IS 248 (97.27% from 255) = 54.27%

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

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

R = 54.27%
G = 31.73%
B = 14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F89140 (or 0xF89140) is known color: Sun. HEX triplet: F8, 91 and 40. RGB value is (248,145,64). Sum of RGB (Red+Green+Blue) = 248+145+64=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F89140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89140 is #076EBF. Grayscale: #A6A6A6. Windows color (decimal): -487104 or 4231672. OLE color: 4231672.

HSL color Cylindrical-coordinate representation of color #F89140: hue angle of 26.41º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F89140 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 145 64 -
CMYK 0 0.42 0.74 0.03
HSL 26.41º 0.93% 0.61% -
HSV(B) 26.41º 0.74% 0.97% -
XYZ 49.76 40.58 10.06 -
YUV 166.56 70.12 186.09 -
System Red Green Blue C M Y K H S L
Decimal 248 145 64 0 0.42 0.74 0.03 26.41 0.93 0.61
Hex F8 91 40 0 2A 4A 3 1A 5D 3D
Octal 370 221 100 0 52 112 3 32 135 75
Binary 11111000 10010001 1000000 0 101010 1001010 11 11010 1011101 111101

Color Harmonies of #F89140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89140

Black with #F89140

Text Example


Text Example

White with #F89140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89140; }

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

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

background-color css

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

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

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

border-color css

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

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

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