Html Css Color HEX #F5942B Carrot Orange

📋 copy color: '#F5942B'

red 245 ◦ green 148 ◦ blue 43

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

Shades of Carrot Orange #F5942B

Tints of Carrot Orange #F5942B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.94%

 BLUE value IS 43 (17.19% from 255) = 9.86%

R = 56.19%
G = 33.94%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5942B (or 0xF5942B) is known color: Carrot Orange. HEX triplet: F5, 94 and 2B. RGB value is (245,148,43). Sum of RGB (Red+Green+Blue) = 245+148+43=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F5942B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5942B is #0A6BD4. Grayscale: #A5A5A5. Windows color (decimal): -682965 or 2856181. OLE color: 2856181.

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

Color convert

RGB 245 148 43 -
CMYK 0 0.40 0.82 0.04
HSL 31.19º 0.91% 0.56% -
HSV(B) 31.19º 0.82% 0.96% -
XYZ 48.68 40.77 7.59 -
YUV 165.03 59.14 185.04 -
System Red Green Blue C M Y K H S L
Decimal 245 148 43 0 0.40 0.82 0.04 31.19 0.91 0.56
Hex F5 94 2B 0 28 52 4 1F 5B 38
Octal 365 224 53 0 50 122 4 37 133 70
Binary 11110101 10010100 101011 0 101000 1010010 100 11111 1011011 111000

Color Harmonies of #F5942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5942B

Black with #F5942B

Text Example


Text Example

White with #F5942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5942B; }

 p { color: rgb(245,148,43); }

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

background-color css

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

 a { background-color: rgb(245,148,43); }

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

border-color css

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

 span { border-color: rgb(245,148,43); }

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