Html Css Color HEX #F3A100 Orange Peel

📋 copy color: '#F3A100'

red 243 ◦ green 161 ◦ blue 0

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

Shades of Orange Peel #F3A100

Tints of Orange Peel #F3A100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.15%
G = 39.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F3A100 (or 0xF3A100) is known color: Orange Peel. HEX triplet: F3, A1 and 00. RGB value is (243,161,0). Sum of RGB (Red+Green+Blue) = 243+161+0=404 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.15% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A100 is #0C5EFF. Grayscale: #A7A7A7. Windows color (decimal): -810752 or 41459. OLE color: 41459.

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

Color convert

RGB 243 161 0 -
CMYK 0 0.34 1 0.05
HSL 39.75º 1% 0.48% -
HSV(B) 39.75º 1% 0.95% -
XYZ 49.71 44.54 5.98 -
YUV 167.16 33.67 182.09 -
System Red Green Blue C M Y K H S L
Decimal 243 161 0 0 0.34 1 0.05 39.75 1 0.48
Hex F3 A1 0 0 22 64 5 28 64 30
Octal 363 241 0 0 42 144 5 50 144 60
Binary 11110011 10100001 0 0 100010 1100100 101 101000 1100100 110000

Color Harmonies of #F3A100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A100

Black with #F3A100

Text Example


Text Example

White with #F3A100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A100; }

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

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

background-color css

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

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

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

border-color css

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

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

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