Html Css Color HEX #FFD327 Turbo

📋 copy color: '#FFD327'

red 255 ◦ green 211 ◦ blue 39

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

Shades of Turbo #FFD327

Tints of Turbo #FFD327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.72%

R = 50.5%
G = 41.78%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFD327 (or 0xFFD327) is known color: Turbo. HEX triplet: FF, D3 and 27. RGB value is (255,211,39). Sum of RGB (Red+Green+Blue) = 255+211+39=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 39 (15.62% from 255 or 7.72% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD327 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD327 is #002CD8. Grayscale: #CDCDCD. Windows color (decimal): -11481 or 2610175. OLE color: 2610175.

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

Color convert

RGB 255 211 39 -
CMYK 0 0.17 0.85 0
HSL 47.78º 1% 0.58% -
HSV(B) 47.78º 0.85% 1% -
XYZ 64.9 68 11.62 -
YUV 204.55 34.58 163.99 -
System Red Green Blue C M Y K H S L
Decimal 255 211 39 0 0.17 0.85 0 47.78 1 0.58
Hex FF D3 27 0 11 55 0 30 64 3A
Octal 377 323 47 0 21 125 0 60 144 72
Binary 11111111 11010011 100111 0 10001 1010101 0 110000 1100100 111010

Color Harmonies of #FFD327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD327

Black with #FFD327

Text Example


Text Example

White with #FFD327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD327; }

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

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

background-color css

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

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

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

border-color css

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

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

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