Html Css Color HEX #FFD323 Turbo

📋 copy color: '#FFD323'

red 255 ◦ green 211 ◦ blue 35

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

Shades of Turbo #FFD323

Tints of Turbo #FFD323

RGB

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

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

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

R = 50.9%
G = 42.12%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFD323 (or 0xFFD323) is known color: Turbo. HEX triplet: FF, D3 and 23. RGB value is (255,211,35). Sum of RGB (Red+Green+Blue) = 255+211+35=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 35 (14.06% from 255 or 6.99% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD323 is #002CDC. Grayscale: #CCCCCC. Windows color (decimal): -11485 or 2348031. OLE color: 2348031.

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

Color convert

RGB 255 211 35 -
CMYK 0 0.17 0.86 0
HSL 48º 1% 0.57% -
HSV(B) 48º 0.86% 1% -
XYZ 64.84 67.97 11.29 -
YUV 204.09 32.58 164.31 -
System Red Green Blue C M Y K H S L
Decimal 255 211 35 0 0.17 0.86 0 48 1 0.57
Hex FF D3 23 0 11 56 0 30 64 39
Octal 377 323 43 0 21 126 0 60 144 71
Binary 11111111 11010011 100011 0 10001 1010110 0 110000 1100100 111001

Color Harmonies of #FFD323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD323

Black with #FFD323

Text Example


Text Example

White with #FFD323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD323; }

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

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

background-color css

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

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

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

border-color css

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

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

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