Html Css Color HEX #F58914 Carrot Orange

📋 copy color: '#F58914'

red 245 ◦ green 137 ◦ blue 20

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

Shades of Carrot Orange #F58914

Tints of Carrot Orange #F58914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.08%

 BLUE value IS 20 (8.2% from 255) = 4.98%

R = 60.95%
G = 34.08%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F58914 (or 0xF58914) is known color: Carrot Orange. HEX triplet: F5, 89 and 14. RGB value is (245,137,20). Sum of RGB (Red+Green+Blue) = 245+137+20=402 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.95% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 245 - color contains mainly: red. Hex color #F58914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58914 is #0A76EB. Grayscale: #9C9C9C. Windows color (decimal): -685804 or 1346037. OLE color: 1346037.

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

Color convert

RGB 245 137 20 -
CMYK 0 0.44 0.92 0.04
HSL 31.2º 0.92% 0.52% -
HSV(B) 31.2º 0.92% 0.96% -
XYZ 46.73 37.35 5.41 -
YUV 155.95 51.28 191.51 -
System Red Green Blue C M Y K H S L
Decimal 245 137 20 0 0.44 0.92 0.04 31.2 0.92 0.52
Hex F5 89 14 0 2C 5C 4 1F 5C 34
Octal 365 211 24 0 54 134 4 37 134 64
Binary 11110101 10001001 10100 0 101100 1011100 100 11111 1011100 110100

Color Harmonies of #F58914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58914

Black with #F58914

Text Example


Text Example

White with #F58914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58914; }

 p { color: rgb(245,137,20); }

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

background-color css

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

 a { background-color: rgb(245,137,20); }

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

border-color css

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

 span { border-color: rgb(245,137,20); }

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