Html Css Color HEX #FDB022 Dark Tangerine

📋 copy color: '#FDB022'

red 253 ◦ green 176 ◦ blue 34

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

Shades of Dark Tangerine #FDB022

Tints of Dark Tangerine #FDB022

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.01%

 BLUE value IS 34 (13.67% from 255) = 7.34%

R = 54.64%
G = 38.01%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDB022 (or 0xFDB022) is known color: Dark Tangerine. HEX triplet: FD, B0 and 22. RGB value is (253,176,34). Sum of RGB (Red+Green+Blue) = 253+176+34=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 34 (13.67% from 255 or 7.34% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB022 is #024FDD. Grayscale: #B7B7B7. Windows color (decimal): -151518 or 2273533. OLE color: 2273533.

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

Color convert

RGB 253 176 34 -
CMYK 0 0.30 0.87 0.01
HSL 38.9º 0.98% 0.56% -
HSV(B) 38.9º 0.87% 0.99% -
XYZ 56.32 52.05 8.59 -
YUV 182.84 44.01 178.05 -
System Red Green Blue C M Y K H S L
Decimal 253 176 34 0 0.30 0.87 0.01 38.9 0.98 0.56
Hex FD B0 22 0 1E 57 1 27 62 38
Octal 375 260 42 0 36 127 1 47 142 70
Binary 11111101 10110000 100010 0 11110 1010111 1 100111 1100010 111000

Color Harmonies of #FDB022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB022

Black with #FDB022

Text Example


Text Example

White with #FDB022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB022; }

 p { color: rgb(253,176,34); }

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

background-color css

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

 a { background-color: rgb(253,176,34); }

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

border-color css

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

 span { border-color: rgb(253,176,34); }

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