Html Css Color HEX #F58D1B Carrot Orange

📋 copy color: '#F58D1B'

red 245 ◦ green 141 ◦ blue 27

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

Shades of Carrot Orange #F58D1B

Tints of Carrot Orange #F58D1B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.14%

 BLUE value IS 27 (10.94% from 255) = 6.54%

R = 59.32%
G = 34.14%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F58D1B (or 0xF58D1B) is known color: Carrot Orange. HEX triplet: F5, 8D and 1B. RGB value is (245,141,27). Sum of RGB (Red+Green+Blue) = 245+141+27=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58D1B is #0A72E4. Grayscale: #9F9F9F. Windows color (decimal): -684773 or 1805813. OLE color: 1805813.

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

Color convert

RGB 245 141 27 -
CMYK 0 0.42 0.89 0.04
HSL 31.38º 0.92% 0.53% -
HSV(B) 31.38º 0.89% 0.96% -
XYZ 47.38 38.54 5.98 -
YUV 159.1 53.46 189.27 -
System Red Green Blue C M Y K H S L
Decimal 245 141 27 0 0.42 0.89 0.04 31.38 0.92 0.53
Hex F5 8D 1B 0 2A 59 4 1F 5C 35
Octal 365 215 33 0 52 131 4 37 134 65
Binary 11110101 10001101 11011 0 101010 1011001 100 11111 1011100 110101

Color Harmonies of #F58D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58D1B

Black with #F58D1B

Text Example


Text Example

White with #F58D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58D1B; }

 p { color: rgb(245,141,27); }

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

background-color css

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

 a { background-color: rgb(245,141,27); }

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

border-color css

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

 span { border-color: rgb(245,141,27); }

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