Html Css Color HEX #F58B1C Carrot Orange

📋 copy color: '#F58B1C'

red 245 ◦ green 139 ◦ blue 28

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

Shades of Carrot Orange #F58B1C

Tints of Carrot Orange #F58B1C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.74%

 BLUE value IS 28 (11.33% from 255) = 6.8%

R = 59.47%
G = 33.74%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F58B1C (or 0xF58B1C) is known color: Carrot Orange. HEX triplet: F5, 8B and 1C. RGB value is (245,139,28). Sum of RGB (Red+Green+Blue) = 245+139+28=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58B1C is #0A74E3. Grayscale: #9E9E9E. Windows color (decimal): -685284 or 1870837. OLE color: 1870837.

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

Color convert

RGB 245 139 28 -
CMYK 0 0.43 0.89 0.04
HSL 30.69º 0.92% 0.54% -
HSV(B) 30.69º 0.89% 0.96% -
XYZ 47.1 37.96 5.94 -
YUV 158.04 54.62 190.03 -
System Red Green Blue C M Y K H S L
Decimal 245 139 28 0 0.43 0.89 0.04 30.69 0.92 0.54
Hex F5 8B 1C 0 2B 59 4 1F 5C 36
Octal 365 213 34 0 53 131 4 37 134 66
Binary 11110101 10001011 11100 0 101011 1011001 100 11111 1011100 110110

Color Harmonies of #F58B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58B1C

Black with #F58B1C

Text Example


Text Example

White with #F58B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58B1C; }

 p { color: rgb(245,139,28); }

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

background-color css

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

 a { background-color: rgb(245,139,28); }

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

border-color css

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

 span { border-color: rgb(245,139,28); }

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