Html Css Color HEX #F3A006 Orange Peel

📋 copy color: '#F3A006'

red 243 ◦ green 160 ◦ blue 6

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

Shades of Orange Peel #F3A006

Tints of Orange Peel #F3A006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 59.41%
G = 39.12%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F3A006 (or 0xF3A006) is known color: Orange Peel. HEX triplet: F3, A0 and 06. RGB value is (243,160,6). Sum of RGB (Red+Green+Blue) = 243+160+6=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A006 is #0C5FF9. Grayscale: #A7A7A7. Windows color (decimal): -811002 or 434419. OLE color: 434419.

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

Color convert

RGB 243 160 6 -
CMYK 0 0.34 0.98 0.05
HSL 38.99º 0.95% 0.49% -
HSV(B) 38.99º 0.98% 0.95% -
XYZ 49.57 44.21 6.09 -
YUV 167.26 37 182.02 -
System Red Green Blue C M Y K H S L
Decimal 243 160 6 0 0.34 0.98 0.05 38.99 0.95 0.49
Hex F3 A0 6 0 22 62 5 27 5F 31
Octal 363 240 6 0 42 142 5 47 137 61
Binary 11110011 10100000 110 0 100010 1100010 101 100111 1011111 110001

Color Harmonies of #F3A006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A006

Black with #F3A006

Text Example


Text Example

White with #F3A006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A006; }

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

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

background-color css

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

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

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

border-color css

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

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

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