Html Css Color HEX #FFA30C Dark Tangerine

📋 copy color: '#FFA30C'

red 255 ◦ green 163 ◦ blue 12

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

Shades of Dark Tangerine #FFA30C

Tints of Dark Tangerine #FFA30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.79%

R = 59.3%
G = 37.91%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFA30C (or 0xFFA30C) is known color: Dark Tangerine. HEX triplet: FF, A3 and 0C. RGB value is (255,163,12). Sum of RGB (Red+Green+Blue) = 255+163+12=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA30C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA30C is #005CF3. Grayscale: #ADADAD. Windows color (decimal): -23796 or 828415. OLE color: 828415.

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

Color convert

RGB 255 163 12 -
CMYK 0 0.36 0.95 0
HSL 37.28º 1% 0.52% -
HSV(B) 37.28º 0.95% 1% -
XYZ 54.4 47.48 6.65 -
YUV 173.29 36.98 186.28 -
System Red Green Blue C M Y K H S L
Decimal 255 163 12 0 0.36 0.95 0 37.28 1 0.52
Hex FF A3 C 0 24 5F 0 25 64 34
Octal 377 243 14 0 44 137 0 45 144 64
Binary 11111111 10100011 1100 0 100100 1011111 0 100101 1100100 110100

Color Harmonies of #FFA30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA30C

Black with #FFA30C

Text Example


Text Example

White with #FFA30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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