Html Css Color HEX #FFD326 Turbo

📋 copy color: '#FFD326'

red 255 ◦ green 211 ◦ blue 38

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

Shades of Turbo #FFD326

Tints of Turbo #FFD326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.54%

R = 50.6%
G = 41.87%
B = 7.54%

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

#FFD326 (or 0xFFD326) is known color: Turbo. HEX triplet: FF, D3 and 26. RGB value is (255,211,38). Sum of RGB (Red+Green+Blue) = 255+211+38=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 38 (15.23% from 255 or 7.54% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD326 is #002CD9. Grayscale: #CDCDCD. Windows color (decimal): -11482 or 2544639. OLE color: 2544639.

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

Color convert

RGB 255 211 38 -
CMYK 0 0.17 0.85 0
HSL 47.83º 1% 0.57% -
HSV(B) 47.83º 0.85% 1% -
XYZ 64.88 67.99 11.54 -
YUV 204.43 34.08 164.07 -
System Red Green Blue C M Y K H S L
Decimal 255 211 38 0 0.17 0.85 0 47.83 1 0.57
Hex FF D3 26 0 11 55 0 30 64 39
Octal 377 323 46 0 21 125 0 60 144 71
Binary 11111111 11010011 100110 0 10001 1010101 0 110000 1100100 111001

Color Harmonies of #FFD326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD326

Black with #FFD326

Text Example


Text Example

White with #FFD326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD326; }

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

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

background-color css

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

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

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

border-color css

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

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

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