Html Css Color HEX #FDD71F Turbo

📋 copy color: '#FDD71F'

red 253 ◦ green 215 ◦ blue 31

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

Shades of Turbo #FDD71F

Tints of Turbo #FDD71F

RGB

 RED value IS 253 (99.22% from 255) = 50.7%

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

 BLUE value IS 31 (12.5% from 255) = 6.21%

R = 50.7%
G = 43.09%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDD71F (or 0xFDD71F) is known color: Turbo. HEX triplet: FD, D7 and 1F. RGB value is (253,215,31). Sum of RGB (Red+Green+Blue) = 253+215+31=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 31 (12.5% from 255 or 6.21% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD71F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD71F is #0228E0. Grayscale: #CECECE. Windows color (decimal): -141537 or 2086909. OLE color: 2086909.

HSL color Cylindrical-coordinate representation of color #FDD71F: hue angle of 49.73º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDD71F is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 215 31 -
CMYK 0 0.15 0.88 0.01
HSL 49.73º 0.98% 0.56% -
HSV(B) 49.73º 0.88% 0.99% -
XYZ 65.06 69.58 11.3 -
YUV 205.39 29.59 161.96 -
System Red Green Blue C M Y K H S L
Decimal 253 215 31 0 0.15 0.88 0.01 49.73 0.98 0.56
Hex FD D7 1F 0 F 58 1 32 62 38
Octal 375 327 37 0 17 130 1 62 142 70
Binary 11111101 11010111 11111 0 1111 1011000 1 110010 1100010 111000

Color Harmonies of #FDD71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD71F

Black with #FDD71F

Text Example


Text Example

White with #FDD71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD71F; }

 p { color: rgb(253,215,31); }

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

background-color css

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

 a { background-color: rgb(253,215,31); }

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

border-color css

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

 span { border-color: rgb(253,215,31); }

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