Html Css Color HEX #FFD320 Turbo

📋 copy color: '#FFD320'

red 255 ◦ green 211 ◦ blue 32

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

Shades of Turbo #FFD320

Tints of Turbo #FFD320

RGB

 RED value IS 255 (100% from 255) = 51.2%

 GREEN value IS 211 (82.81% from 255) = 42.37%

 BLUE value IS 32 (12.89% from 255) = 6.43%

R = 51.2%
G = 42.37%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFD320 (or 0xFFD320) is known color: Turbo. HEX triplet: FF, D3 and 20. RGB value is (255,211,32). Sum of RGB (Red+Green+Blue) = 255+211+32=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 32 (12.89% from 255 or 6.43% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD320 is #002CDF. Grayscale: #CCCCCC. Windows color (decimal): -11488 or 2151423. OLE color: 2151423.

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

Color convert

RGB 255 211 32 -
CMYK 0 0.17 0.87 0
HSL 48.16º 1% 0.56% -
HSV(B) 48.16º 0.87% 1% -
XYZ 64.79 67.95 11.07 -
YUV 203.75 31.08 164.55 -
System Red Green Blue C M Y K H S L
Decimal 255 211 32 0 0.17 0.87 0 48.16 1 0.56
Hex FF D3 20 0 11 57 0 30 64 38
Octal 377 323 40 0 21 127 0 60 144 70
Binary 11111111 11010011 100000 0 10001 1010111 0 110000 1100100 111000

Color Harmonies of #FFD320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD320

Black with #FFD320

Text Example


Text Example

White with #FFD320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD320; }

 p { color: rgb(255,211,32); }

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

background-color css

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

 a { background-color: rgb(255,211,32); }

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

border-color css

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

 span { border-color: rgb(255,211,32); }

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