Html Css Color HEX #FDAD0C Dark Tangerine

📋 copy color: '#FDAD0C'

red 253 ◦ green 173 ◦ blue 12

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

Shades of Dark Tangerine #FDAD0C

Tints of Dark Tangerine #FDAD0C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.5%

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

R = 57.76%
G = 39.5%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDAD0C (or 0xFDAD0C) is known color: Dark Tangerine. HEX triplet: FD, AD and 0C. RGB value is (253,173,12). Sum of RGB (Red+Green+Blue) = 253+173+12=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAD0C is #0252F3. Grayscale: #B3B3B3. Windows color (decimal): -152308 or 830973. OLE color: 830973.

HSL color Cylindrical-coordinate representation of color #FDAD0C: hue angle of 40.08º 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 #FDAD0C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 173 12 -
CMYK 0 0.32 0.95 0.01
HSL 40.08º 0.98% 0.52% -
HSV(B) 40.08º 0.95% 0.99% -
XYZ 55.52 50.8 7.23 -
YUV 178.57 34 181.09 -
System Red Green Blue C M Y K H S L
Decimal 253 173 12 0 0.32 0.95 0.01 40.08 0.98 0.52
Hex FD AD C 0 20 5F 1 28 62 34
Octal 375 255 14 0 40 137 1 50 142 64
Binary 11111101 10101101 1100 0 100000 1011111 1 101000 1100010 110100

Color Harmonies of #FDAD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAD0C

Black with #FDAD0C

Text Example


Text Example

White with #FDAD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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