Html Css Color HEX #FDB223 Dark Tangerine

📋 copy color: '#FDB223'

red 253 ◦ green 178 ◦ blue 35

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

Shades of Dark Tangerine #FDB223

Tints of Dark Tangerine #FDB223

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.2%

 BLUE value IS 35 (14.06% from 255) = 7.51%

R = 54.29%
G = 38.2%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDB223 (or 0xFDB223) is known color: Dark Tangerine. HEX triplet: FD, B2 and 23. RGB value is (253,178,35). Sum of RGB (Red+Green+Blue) = 253+178+35=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 35 (14.06% from 255 or 7.51% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB223 is #024DDC. Grayscale: #B8B8B8. Windows color (decimal): -151005 or 2339581. OLE color: 2339581.

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

Color convert

RGB 253 178 35 -
CMYK 0 0.30 0.86 0.01
HSL 39.36º 0.98% 0.56% -
HSV(B) 39.36º 0.86% 0.99% -
XYZ 56.73 52.84 8.8 -
YUV 184.12 43.85 177.13 -
System Red Green Blue C M Y K H S L
Decimal 253 178 35 0 0.30 0.86 0.01 39.36 0.98 0.56
Hex FD B2 23 0 1E 56 1 27 62 38
Octal 375 262 43 0 36 126 1 47 142 70
Binary 11111101 10110010 100011 0 11110 1010110 1 100111 1100010 111000

Color Harmonies of #FDB223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB223

Black with #FDB223

Text Example


Text Example

White with #FDB223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB223; }

 p { color: rgb(253,178,35); }

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

background-color css

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

 a { background-color: rgb(253,178,35); }

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

border-color css

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

 span { border-color: rgb(253,178,35); }

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