Html Css Color HEX #FFD217 Turbo

📋 copy color: '#FFD217'

red 255 ◦ green 210 ◦ blue 23

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

Shades of Turbo #FFD217

Tints of Turbo #FFD217

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.03%

 BLUE value IS 23 (9.38% from 255) = 4.71%

R = 52.25%
G = 43.03%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFD217 (or 0xFFD217) is known color: Turbo. HEX triplet: FF, D2 and 17. RGB value is (255,210,23). Sum of RGB (Red+Green+Blue) = 255+210+23=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 23 (9.38% from 255 or 4.71% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD217 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD217 is #002DE8. Grayscale: #CACACA. Windows color (decimal): -11753 or 1561343. OLE color: 1561343.

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

Color convert

RGB 255 210 23 -
CMYK 0 0.18 0.91 0
HSL 48.36º 1% 0.55% -
HSV(B) 48.36º 0.91% 1% -
XYZ 64.44 67.42 10.43 -
YUV 202.14 26.91 165.71 -
System Red Green Blue C M Y K H S L
Decimal 255 210 23 0 0.18 0.91 0 48.36 1 0.55
Hex FF D2 17 0 12 5B 0 30 64 37
Octal 377 322 27 0 22 133 0 60 144 67
Binary 11111111 11010010 10111 0 10010 1011011 0 110000 1100100 110111

Color Harmonies of #FFD217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD217

Black with #FFD217

Text Example


Text Example

White with #FFD217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD217; }

 p { color: rgb(255,210,23); }

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

background-color css

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

 a { background-color: rgb(255,210,23); }

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

border-color css

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

 span { border-color: rgb(255,210,23); }

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