Html Css Color HEX #FFD414 Turbo

📋 copy color: '#FFD414'

red 255 ◦ green 212 ◦ blue 20

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

Shades of Turbo #FFD414

Tints of Turbo #FFD414

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.53%

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

R = 52.36%
G = 43.53%
B = 4.11%

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

#FFD414 (or 0xFFD414) is known color: Turbo. HEX triplet: FF, D4 and 14. RGB value is (255,212,20). Sum of RGB (Red+Green+Blue) = 255+212+20=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 20 (8.20% from 255 or 4.11% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD414 is #002BEB. Grayscale: #CBCBCB. Windows color (decimal): -11244 or 1365247. OLE color: 1365247.

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

Color convert

RGB 255 212 20 -
CMYK 0 0.17 0.92 0
HSL 49.02º 1% 0.54% -
HSV(B) 49.02º 0.92% 1% -
XYZ 64.91 68.4 10.44 -
YUV 202.97 24.75 165.11 -
System Red Green Blue C M Y K H S L
Decimal 255 212 20 0 0.17 0.92 0 49.02 1 0.54
Hex FF D4 14 0 11 5C 0 31 64 36
Octal 377 324 24 0 21 134 0 61 144 66
Binary 11111111 11010100 10100 0 10001 1011100 0 110001 1100100 110110

Color Harmonies of #FFD414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD414

Black with #FFD414

Text Example


Text Example

White with #FFD414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD414; }

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

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

background-color css

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

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

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

border-color css

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

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

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