Html Css Color HEX #FFD314 Turbo

📋 copy color: '#FFD314'

red 255 ◦ green 211 ◦ blue 20

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

Shades of Turbo #FFD314

Tints of Turbo #FFD314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.12%

R = 52.47%
G = 43.42%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFD314 (or 0xFFD314) is known color: Turbo. HEX triplet: FF, D3 and 14. RGB value is (255,211,20). Sum of RGB (Red+Green+Blue) = 255+211+20=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 20 (8.20% from 255 or 4.12% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD314 is #002CEB. Grayscale: #CBCBCB. Windows color (decimal): -11500 or 1364991. OLE color: 1364991.

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

Color convert

RGB 255 211 20 -
CMYK 0 0.17 0.92 0
HSL 48.77º 1% 0.54% -
HSV(B) 48.77º 0.92% 1% -
XYZ 64.66 67.9 10.36 -
YUV 202.38 25.08 165.53 -
System Red Green Blue C M Y K H S L
Decimal 255 211 20 0 0.17 0.92 0 48.77 1 0.54
Hex FF D3 14 0 11 5C 0 31 64 36
Octal 377 323 24 0 21 134 0 61 144 66
Binary 11111111 11010011 10100 0 10001 1011100 0 110001 1100100 110110

Color Harmonies of #FFD314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD314

Black with #FFD314

Text Example


Text Example

White with #FFD314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD314; }

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

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

background-color css

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

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

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

border-color css

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

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

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