Html Css Color HEX #FFA30F Dark Tangerine

📋 copy color: '#FFA30F'

red 255 ◦ green 163 ◦ blue 15

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

Shades of Dark Tangerine #FFA30F

Tints of Dark Tangerine #FFA30F

RGB

 RED value IS 255 (100% from 255) = 58.89%

 GREEN value IS 163 (64.06% from 255) = 37.64%

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 58.89%
G = 37.64%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFA30F (or 0xFFA30F) is known color: Dark Tangerine. HEX triplet: FF, A3 and 0F. RGB value is (255,163,15). Sum of RGB (Red+Green+Blue) = 255+163+15=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA30F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA30F is #005CF0. Grayscale: #AEAEAE. Windows color (decimal): -23793 or 1025023. OLE color: 1025023.

HSL color Cylindrical-coordinate representation of color #FFA30F: hue angle of 37º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFA30F is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 163 15 -
CMYK 0 0.36 0.94 0
HSL 37º 1% 0.53% -
HSV(B) 37º 0.94% 1% -
XYZ 54.42 47.49 6.75 -
YUV 173.64 38.48 186.03 -
System Red Green Blue C M Y K H S L
Decimal 255 163 15 0 0.36 0.94 0 37 1 0.53
Hex FF A3 F 0 24 5E 0 25 64 35
Octal 377 243 17 0 44 136 0 45 144 65
Binary 11111111 10100011 1111 0 100100 1011110 0 100101 1100100 110101

Color Harmonies of #FFA30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA30F

Black with #FFA30F

Text Example


Text Example

White with #FFA30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA30F; }

 p { color: rgb(255,163,15); }

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

background-color css

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

 a { background-color: rgb(255,163,15); }

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

border-color css

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

 span { border-color: rgb(255,163,15); }

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