Html Css Color HEX #F3A120 Carrot Orange

📋 copy color: '#F3A120'

red 243 ◦ green 161 ◦ blue 32

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

Shades of Carrot Orange #F3A120

Tints of Carrot Orange #F3A120

RGB

 RED value IS 243 (95.31% from 255) = 55.73%

 GREEN value IS 161 (63.28% from 255) = 36.93%

 BLUE value IS 32 (12.89% from 255) = 7.34%

R = 55.73%
G = 36.93%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F3A120 (or 0xF3A120) is known color: Carrot Orange. HEX triplet: F3, A1 and 20. RGB value is (243,161,32). Sum of RGB (Red+Green+Blue) = 243+161+32=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A120 is #0C5EDF. Grayscale: #ABABAB. Windows color (decimal): -810720 or 2138611. OLE color: 2138611.

HSL color Cylindrical-coordinate representation of color #F3A120: hue angle of 36.68º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F3A120 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 161 32 -
CMYK 0 0.34 0.87 0.05
HSL 36.68º 0.9% 0.54% -
HSV(B) 36.68º 0.87% 0.95% -
XYZ 49.97 44.65 7.35 -
YUV 170.81 49.67 179.49 -
System Red Green Blue C M Y K H S L
Decimal 243 161 32 0 0.34 0.87 0.05 36.68 0.9 0.54
Hex F3 A1 20 0 22 57 5 25 5A 36
Octal 363 241 40 0 42 127 5 45 132 66
Binary 11110011 10100001 100000 0 100010 1010111 101 100101 1011010 110110

Color Harmonies of #F3A120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A120

Black with #F3A120

Text Example


Text Example

White with #F3A120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A120; }

 p { color: rgb(243,161,32); }

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

background-color css

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

 a { background-color: rgb(243,161,32); }

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

border-color css

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

 span { border-color: rgb(243,161,32); }

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