Html Css Color HEX #F5942A Carrot Orange

📋 copy color: '#F5942A'

red 245 ◦ green 148 ◦ blue 42

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

Shades of Carrot Orange #F5942A

Tints of Carrot Orange #F5942A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.66%

R = 56.32%
G = 34.02%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F5942A (or 0xF5942A) is known color: Carrot Orange. HEX triplet: F5, 94 and 2A. RGB value is (245,148,42). Sum of RGB (Red+Green+Blue) = 245+148+42=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F5942A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5942A is #0A6BD5. Grayscale: #A5A5A5. Windows color (decimal): -682966 or 2790645. OLE color: 2790645.

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

Color convert

RGB 245 148 42 -
CMYK 0 0.40 0.83 0.04
HSL 31.33º 0.91% 0.56% -
HSV(B) 31.33º 0.83% 0.96% -
XYZ 48.66 40.76 7.49 -
YUV 164.92 58.64 185.12 -
System Red Green Blue C M Y K H S L
Decimal 245 148 42 0 0.40 0.83 0.04 31.33 0.91 0.56
Hex F5 94 2A 0 28 53 4 1F 5B 38
Octal 365 224 52 0 50 123 4 37 133 70
Binary 11110101 10010100 101010 0 101000 1010011 100 11111 1011011 111000

Color Harmonies of #F5942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5942A

Black with #F5942A

Text Example


Text Example

White with #F5942A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5942A; }

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

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

background-color css

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

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

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

border-color css

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

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

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