Html Css Color HEX #FED71D Turbo

📋 copy color: '#FED71D'

red 254 ◦ green 215 ◦ blue 29

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

Shades of Turbo #FED71D

Tints of Turbo #FED71D

RGB

 RED value IS 254 (99.61% from 255) = 51%

 GREEN value IS 215 (84.38% from 255) = 43.17%

 BLUE value IS 29 (11.72% from 255) = 5.82%

R = 51%
G = 43.17%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FED71D (or 0xFED71D) is known color: Turbo. HEX triplet: FE, D7 and 1D. RGB value is (254,215,29). Sum of RGB (Red+Green+Blue) = 254+215+29=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 29 (11.72% from 255 or 5.82% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FED71D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED71D is #0128E2. Grayscale: #CECECE. Windows color (decimal): -76003 or 1955838. OLE color: 1955838.

HSL color Cylindrical-coordinate representation of color #FED71D: hue angle of 49.6º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FED71D is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 215 29 -
CMYK 0 0.15 0.89 0.00
HSL 49.6º 0.99% 0.55% -
HSV(B) 49.6º 0.89% 1% -
XYZ 65.4 69.76 11.18 -
YUV 205.46 28.42 162.62 -
System Red Green Blue C M Y K H S L
Decimal 254 215 29 0 0.15 0.89 0.00 49.6 0.99 0.55
Hex FE D7 1D 0 F 59 0 32 63 37
Octal 376 327 35 0 17 131 0 62 143 67
Binary 11111110 11010111 11101 0 1111 1011001 0 110010 1100011 110111

Color Harmonies of #FED71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED71D

Black with #FED71D

Text Example


Text Example

White with #FED71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED71D; }

 p { color: rgb(254,215,29); }

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

background-color css

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

 a { background-color: rgb(254,215,29); }

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

border-color css

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

 span { border-color: rgb(254,215,29); }

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