Html Css Color HEX #F3A020 Carrot Orange

📋 copy color: '#F3A020'

red 243 ◦ green 160 ◦ blue 32

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

Shades of Carrot Orange #F3A020

Tints of Carrot Orange #F3A020

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.78%

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

R = 55.86%
G = 36.78%
B = 7.36%

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

#F3A020 (or 0xF3A020) is known color: Carrot Orange. HEX triplet: F3, A0 and 20. RGB value is (243,160,32). Sum of RGB (Red+Green+Blue) = 243+160+32=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A020 is #0C5FDF. Grayscale: #AAAAAA. Windows color (decimal): -810976 or 2138355. OLE color: 2138355.

HSL color Cylindrical-coordinate representation of color #F3A020: hue angle of 36.4º 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 #F3A020 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 160 32 -
CMYK 0 0.34 0.87 0.05
HSL 36.4º 0.9% 0.54% -
HSV(B) 36.4º 0.87% 0.95% -
XYZ 49.79 44.3 7.29 -
YUV 170.23 50 179.91 -
System Red Green Blue C M Y K H S L
Decimal 243 160 32 0 0.34 0.87 0.05 36.4 0.9 0.54
Hex F3 A0 20 0 22 57 5 24 5A 36
Octal 363 240 40 0 42 127 5 44 132 66
Binary 11110011 10100000 100000 0 100010 1010111 101 100100 1011010 110110

Color Harmonies of #F3A020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A020

Black with #F3A020

Text Example


Text Example

White with #F3A020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A020; }

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

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

background-color css

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

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

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

border-color css

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

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

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