Html Css Color HEX #FFD31A Turbo

📋 copy color: '#FFD31A'

red 255 ◦ green 211 ◦ blue 26

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

Shades of Turbo #FFD31A

Tints of Turbo #FFD31A

RGB

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

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

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

R = 51.83%
G = 42.89%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FFD31A (or 0xFFD31A) is known color: Turbo. HEX triplet: FF, D3 and 1A. RGB value is (255,211,26). Sum of RGB (Red+Green+Blue) = 255+211+26=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 26 (10.55% from 255 or 5.28% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD31A is #002CE5. Grayscale: #CBCBCB. Windows color (decimal): -11494 or 1758207. OLE color: 1758207.

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

Color convert

RGB 255 211 26 -
CMYK 0 0.17 0.90 0
HSL 48.47º 1% 0.55% -
HSV(B) 48.47º 0.9% 1% -
XYZ 64.72 67.92 10.68 -
YUV 203.07 28.08 165.04 -
System Red Green Blue C M Y K H S L
Decimal 255 211 26 0 0.17 0.90 0 48.47 1 0.55
Hex FF D3 1A 0 11 5A 0 30 64 37
Octal 377 323 32 0 21 132 0 60 144 67
Binary 11111111 11010011 11010 0 10001 1011010 0 110000 1100100 110111

Color Harmonies of #FFD31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD31A

Black with #FFD31A

Text Example


Text Example

White with #FFD31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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