Html Css Color HEX #FDD91F Turbo

📋 copy color: '#FDD91F'

red 253 ◦ green 217 ◦ blue 31

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

Shades of Turbo #FDD91F

Tints of Turbo #FDD91F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.31%

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

R = 50.5%
G = 43.31%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDD91F (or 0xFDD91F) is known color: Turbo. HEX triplet: FD, D9 and 1F. RGB value is (253,217,31). Sum of RGB (Red+Green+Blue) = 253+217+31=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 31 (12.5% from 255 or 6.19% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD91F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD91F is #0226E0. Grayscale: #CFCFCF. Windows color (decimal): -141025 or 2087421. OLE color: 2087421.

HSL color Cylindrical-coordinate representation of color #FDD91F: hue angle of 50.27º 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 #FDD91F is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 217 31 -
CMYK 0 0.14 0.88 0.01
HSL 50.27º 0.98% 0.56% -
HSV(B) 50.27º 0.88% 0.99% -
XYZ 65.57 70.61 11.47 -
YUV 206.56 28.93 161.12 -
System Red Green Blue C M Y K H S L
Decimal 253 217 31 0 0.14 0.88 0.01 50.27 0.98 0.56
Hex FD D9 1F 0 E 58 1 32 62 38
Octal 375 331 37 0 16 130 1 62 142 70
Binary 11111101 11011001 11111 0 1110 1011000 1 110010 1100010 111000

Color Harmonies of #FDD91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD91F

Black with #FDD91F

Text Example


Text Example

White with #FDD91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD91F; }

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

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

background-color css

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

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

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

border-color css

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

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

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