Html Css Color HEX #F5971E Carrot Orange

📋 copy color: '#F5971E'

red 245 ◦ green 151 ◦ blue 30

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

Shades of Carrot Orange #F5971E

Tints of Carrot Orange #F5971E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.45%

 BLUE value IS 30 (12.11% from 255) = 7.04%

R = 57.51%
G = 35.45%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5971E (or 0xF5971E) is known color: Carrot Orange. HEX triplet: F5, 97 and 1E. RGB value is (245,151,30). Sum of RGB (Red+Green+Blue) = 245+151+30=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F5971E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5971E is #0A68E1. Grayscale: #A5A5A5. Windows color (decimal): -682210 or 2004981. OLE color: 2004981.

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

Color convert

RGB 245 151 30 -
CMYK 0 0.38 0.88 0.04
HSL 33.77º 0.91% 0.54% -
HSV(B) 33.77º 0.88% 0.96% -
XYZ 48.96 41.64 6.69 -
YUV 165.31 51.64 184.84 -
System Red Green Blue C M Y K H S L
Decimal 245 151 30 0 0.38 0.88 0.04 33.77 0.91 0.54
Hex F5 97 1E 0 26 58 4 22 5B 36
Octal 365 227 36 0 46 130 4 42 133 66
Binary 11110101 10010111 11110 0 100110 1011000 100 100010 1011011 110110

Color Harmonies of #F5971E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5971E

Black with #F5971E

Text Example


Text Example

White with #F5971E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5971E; }

 p { color: rgb(245,151,30); }

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

background-color css

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

 a { background-color: rgb(245,151,30); }

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

border-color css

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

 span { border-color: rgb(245,151,30); }

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