Html Css Color HEX #F5961C Carrot Orange

📋 copy color: '#F5961C'

red 245 ◦ green 150 ◦ blue 28

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

Shades of Carrot Orange #F5961C

Tints of Carrot Orange #F5961C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.46%

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

R = 57.92%
G = 35.46%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5961C (or 0xF5961C) is known color: Carrot Orange. HEX triplet: F5, 96 and 1C. RGB value is (245,150,28). Sum of RGB (Red+Green+Blue) = 245+150+28=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F5961C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5961C is #0A69E3. Grayscale: #A5A5A5. Windows color (decimal): -682468 or 1873653. OLE color: 1873653.

HSL color Cylindrical-coordinate representation of color #F5961C: hue angle of 33.73º 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 #F5961C is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 150 28 -
CMYK 0 0.39 0.89 0.04
HSL 33.73º 0.92% 0.54% -
HSV(B) 33.73º 0.89% 0.96% -
XYZ 48.77 41.31 6.5 -
YUV 164.5 50.97 185.42 -
System Red Green Blue C M Y K H S L
Decimal 245 150 28 0 0.39 0.89 0.04 33.73 0.92 0.54
Hex F5 96 1C 0 27 59 4 22 5C 36
Octal 365 226 34 0 47 131 4 42 134 66
Binary 11110101 10010110 11100 0 100111 1011001 100 100010 1011100 110110

Color Harmonies of #F5961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5961C

Black with #F5961C

Text Example


Text Example

White with #F5961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5961C; }

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

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

background-color css

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

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

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

border-color css

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

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

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