Html Css Color HEX #F57F30 Sun

📋 copy color: '#F57F30'

red 245 ◦ green 127 ◦ blue 48

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

Shades of Sun #F57F30

Tints of Sun #F57F30

RGB

 RED value IS 245 (96.09% from 255) = 58.33%

 GREEN value IS 127 (50% from 255) = 30.24%

 BLUE value IS 48 (19.14% from 255) = 11.43%

R = 58.33%
G = 30.24%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F57F30 (or 0xF57F30) is known color: Sun. HEX triplet: F5, 7F and 30. RGB value is (245,127,48). Sum of RGB (Red+Green+Blue) = 245+127+48=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57F30 is #0A80CF. Grayscale: #999999. Windows color (decimal): -688336 or 3178485. OLE color: 3178485.

HSL color Cylindrical-coordinate representation of color #F57F30: hue angle of 24.06º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F57F30 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 127 48 -
CMYK 0 0.48 0.80 0.04
HSL 24.06º 0.91% 0.57% -
HSV(B) 24.06º 0.8% 0.96% -
XYZ 45.78 34.8 7.1 -
YUV 153.28 68.59 193.42 -
System Red Green Blue C M Y K H S L
Decimal 245 127 48 0 0.48 0.80 0.04 24.06 0.91 0.57
Hex F5 7F 30 0 30 50 4 18 5B 39
Octal 365 177 60 0 60 120 4 30 133 71
Binary 11110101 1111111 110000 0 110000 1010000 100 11000 1011011 111001

Color Harmonies of #F57F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57F30

Black with #F57F30

Text Example


Text Example

White with #F57F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57F30; }

 p { color: rgb(245,127,48); }

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

background-color css

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

 a { background-color: rgb(245,127,48); }

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

border-color css

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

 span { border-color: rgb(245,127,48); }

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