Html Css Color HEX #FDA30C Dark Tangerine

📋 copy color: '#FDA30C'

red 253 ◦ green 163 ◦ blue 12

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

Shades of Dark Tangerine #FDA30C

Tints of Dark Tangerine #FDA30C

RGB

 RED value IS 253 (99.22% from 255) = 59.11%

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

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

R = 59.11%
G = 38.08%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDA30C (or 0xFDA30C) is known color: Dark Tangerine. HEX triplet: FD, A3 and 0C. RGB value is (253,163,12). Sum of RGB (Red+Green+Blue) = 253+163+12=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA30C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA30C is #025CF3. Grayscale: #ADADAD. Windows color (decimal): -154868 or 828413. OLE color: 828413.

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

Color convert

RGB 253 163 12 -
CMYK 0 0.36 0.95 0.01
HSL 37.59º 0.98% 0.52% -
HSV(B) 37.59º 0.95% 0.99% -
XYZ 53.67 47.1 6.61 -
YUV 172.7 37.32 185.28 -
System Red Green Blue C M Y K H S L
Decimal 253 163 12 0 0.36 0.95 0.01 37.59 0.98 0.52
Hex FD A3 C 0 24 5F 1 26 62 34
Octal 375 243 14 0 44 137 1 46 142 64
Binary 11111101 10100011 1100 0 100100 1011111 1 100110 1100010 110100

Color Harmonies of #FDA30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA30C

Black with #FDA30C

Text Example


Text Example

White with #FDA30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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