Html Css Color HEX #FFD219 Turbo

📋 copy color: '#FFD219'

red 255 ◦ green 210 ◦ blue 25

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

Shades of Turbo #FFD219

Tints of Turbo #FFD219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.1%

R = 52.04%
G = 42.86%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FFD219 (or 0xFFD219) is known color: Turbo. HEX triplet: FF, D2 and 19. RGB value is (255,210,25). Sum of RGB (Red+Green+Blue) = 255+210+25=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 25 (10.16% from 255 or 5.10% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD219 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD219 is #002DE6. Grayscale: #CBCBCB. Windows color (decimal): -11751 or 1692415. OLE color: 1692415.

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

Color convert

RGB 255 210 25 -
CMYK 0 0.18 0.90 0
HSL 48.26º 1% 0.55% -
HSV(B) 48.26º 0.9% 1% -
XYZ 64.46 67.42 10.54 -
YUV 202.37 27.91 165.54 -
System Red Green Blue C M Y K H S L
Decimal 255 210 25 0 0.18 0.90 0 48.26 1 0.55
Hex FF D2 19 0 12 5A 0 30 64 37
Octal 377 322 31 0 22 132 0 60 144 67
Binary 11111111 11010010 11001 0 10010 1011010 0 110000 1100100 110111

Color Harmonies of #FFD219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD219

Black with #FFD219

Text Example


Text Example

White with #FFD219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD219; }

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

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

background-color css

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

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

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

border-color css

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

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

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