Html Css Color HEX #F58223 Carrot Orange

📋 copy color: '#F58223'

red 245 ◦ green 130 ◦ blue 35

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

Shades of Carrot Orange #F58223

Tints of Carrot Orange #F58223

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.71%

 BLUE value IS 35 (14.06% from 255) = 8.54%

R = 59.76%
G = 31.71%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F58223 (or 0xF58223) is known color: Carrot Orange. HEX triplet: F5, 82 and 23. RGB value is (245,130,35). Sum of RGB (Red+Green+Blue) = 245+130+35=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 35 (14.06% from 255 or 8.54% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F58223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58223 is #0A7DDC. Grayscale: #9A9A9A. Windows color (decimal): -687581 or 2327285. OLE color: 2327285.

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

Color convert

RGB 245 130 35 -
CMYK 0 0.47 0.86 0.04
HSL 27.14º 0.91% 0.55% -
HSV(B) 27.14º 0.86% 0.96% -
XYZ 45.94 35.5 6.02 -
YUV 153.56 61.1 193.22 -
System Red Green Blue C M Y K H S L
Decimal 245 130 35 0 0.47 0.86 0.04 27.14 0.91 0.55
Hex F5 82 23 0 2F 56 4 1B 5B 37
Octal 365 202 43 0 57 126 4 33 133 67
Binary 11110101 10000010 100011 0 101111 1010110 100 11011 1011011 110111

Color Harmonies of #F58223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58223

Black with #F58223

Text Example


Text Example

White with #F58223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58223; }

 p { color: rgb(245,130,35); }

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

background-color css

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

 a { background-color: rgb(245,130,35); }

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

border-color css

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

 span { border-color: rgb(245,130,35); }

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