Html Css Color HEX #FFA30B Dark Tangerine

📋 copy color: '#FFA30B'

red 255 ◦ green 163 ◦ blue 11

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

Shades of Dark Tangerine #FFA30B

Tints of Dark Tangerine #FFA30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.56%

R = 59.44%
G = 38%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFA30B (or 0xFFA30B) is known color: Dark Tangerine. HEX triplet: FF, A3 and 0B. RGB value is (255,163,11). Sum of RGB (Red+Green+Blue) = 255+163+11=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA30B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA30B is #005CF4. Grayscale: #ADADAD. Windows color (decimal): -23797 or 762879. OLE color: 762879.

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

Color convert

RGB 255 163 11 -
CMYK 0 0.36 0.96 0
HSL 37.38º 1% 0.52% -
HSV(B) 37.38º 0.96% 1% -
XYZ 54.4 47.48 6.61 -
YUV 173.18 36.48 186.36 -
System Red Green Blue C M Y K H S L
Decimal 255 163 11 0 0.36 0.96 0 37.38 1 0.52
Hex FF A3 B 0 24 60 0 25 64 34
Octal 377 243 13 0 44 140 0 45 144 64
Binary 11111111 10100011 1011 0 100100 1100000 0 100101 1100100 110100

Color Harmonies of #FFA30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA30B

Black with #FFA30B

Text Example


Text Example

White with #FFA30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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