Html Css Color HEX #FFD21A Turbo

📋 copy color: '#FFD21A'

red 255 ◦ green 210 ◦ blue 26

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

Shades of Turbo #FFD21A

Tints of Turbo #FFD21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.3%

R = 51.93%
G = 42.77%
B = 5.3%

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

#FFD21A (or 0xFFD21A) is known color: Turbo. HEX triplet: FF, D2 and 1A. RGB value is (255,210,26). Sum of RGB (Red+Green+Blue) = 255+210+26=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 26 (10.55% from 255 or 5.30% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD21A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD21A is #002DE5. Grayscale: #CBCBCB. Windows color (decimal): -11750 or 1757951. OLE color: 1757951.

HSL color Cylindrical-coordinate representation of color #FFD21A: hue angle of 48.21º 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 #FFD21A is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 210 26 -
CMYK 0 0.18 0.90 0
HSL 48.21º 1% 0.55% -
HSV(B) 48.21º 0.9% 1% -
XYZ 64.47 67.43 10.59 -
YUV 202.48 28.41 165.46 -
System Red Green Blue C M Y K H S L
Decimal 255 210 26 0 0.18 0.90 0 48.21 1 0.55
Hex FF D2 1A 0 12 5A 0 30 64 37
Octal 377 322 32 0 22 132 0 60 144 67
Binary 11111111 11010010 11010 0 10010 1011010 0 110000 1100100 110111

Color Harmonies of #FFD21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD21A

Black with #FFD21A

Text Example


Text Example

White with #FFD21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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