Html Css Color HEX #FDAF0B Dark Tangerine

📋 copy color: '#FDAF0B'

red 253 ◦ green 175 ◦ blue 11

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

Shades of Dark Tangerine #FDAF0B

Tints of Dark Tangerine #FDAF0B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.86%

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

R = 57.63%
G = 39.86%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDAF0B (or 0xFDAF0B) is known color: Dark Tangerine. HEX triplet: FD, AF and 0B. RGB value is (253,175,11). Sum of RGB (Red+Green+Blue) = 253+175+11=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 11 (4.69% from 255 or 2.51% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAF0B is #0250F4. Grayscale: #B4B4B4. Windows color (decimal): -151797 or 765949. OLE color: 765949.

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

Color convert

RGB 253 175 11 -
CMYK 0 0.31 0.96 0.01
HSL 40.66º 0.98% 0.52% -
HSV(B) 40.66º 0.96% 0.99% -
XYZ 55.9 51.57 7.32 -
YUV 179.63 32.84 180.34 -
System Red Green Blue C M Y K H S L
Decimal 253 175 11 0 0.31 0.96 0.01 40.66 0.98 0.52
Hex FD AF B 0 1F 60 1 29 62 34
Octal 375 257 13 0 37 140 1 51 142 64
Binary 11111101 10101111 1011 0 11111 1100000 1 101001 1100010 110100

Color Harmonies of #FDAF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAF0B

Black with #FDAF0B

Text Example


Text Example

White with #FDAF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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