Html Css Color HEX #FDA60B Dark Tangerine

📋 copy color: '#FDA60B'

red 253 ◦ green 166 ◦ blue 11

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

Shades of Dark Tangerine #FDA60B

Tints of Dark Tangerine #FDA60B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.6%

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

R = 58.84%
G = 38.6%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDA60B (or 0xFDA60B) is known color: Dark Tangerine. HEX triplet: FD, A6 and 0B. RGB value is (253,166,11). Sum of RGB (Red+Green+Blue) = 253+166+11=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA60B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA60B is #0259F4. Grayscale: #AFAFAF. Windows color (decimal): -154101 or 763645. OLE color: 763645.

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

Color convert

RGB 253 166 11 -
CMYK 0 0.34 0.96 0.01
HSL 38.43º 0.98% 0.52% -
HSV(B) 38.43º 0.96% 0.99% -
XYZ 54.2 48.18 6.76 -
YUV 174.34 35.82 184.1 -
System Red Green Blue C M Y K H S L
Decimal 253 166 11 0 0.34 0.96 0.01 38.43 0.98 0.52
Hex FD A6 B 0 22 60 1 26 62 34
Octal 375 246 13 0 42 140 1 46 142 64
Binary 11111101 10100110 1011 0 100010 1100000 1 100110 1100010 110100

Color Harmonies of #FDA60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA60B

Black with #FDA60B

Text Example


Text Example

White with #FDA60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA60B; }

 p { color: rgb(253,166,11); }

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

background-color css

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

 a { background-color: rgb(253,166,11); }

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

border-color css

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

 span { border-color: rgb(253,166,11); }

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