Html Css Color HEX #FDD51F Turbo

📋 copy color: '#FDD51F'

red 253 ◦ green 213 ◦ blue 31

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

Shades of Turbo #FDD51F

Tints of Turbo #FDD51F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.86%

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

R = 50.91%
G = 42.86%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDD51F (or 0xFDD51F) is known color: Turbo. HEX triplet: FD, D5 and 1F. RGB value is (253,213,31). Sum of RGB (Red+Green+Blue) = 253+213+31=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 31 (12.5% from 255 or 6.24% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD51F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD51F is #022AE0. Grayscale: #CCCCCC. Windows color (decimal): -142049 or 2086397. OLE color: 2086397.

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

Color convert

RGB 253 213 31 -
CMYK 0 0.16 0.88 0.01
HSL 49.19º 0.98% 0.56% -
HSV(B) 49.19º 0.88% 0.99% -
XYZ 64.55 68.57 11.13 -
YUV 204.21 30.25 162.8 -
System Red Green Blue C M Y K H S L
Decimal 253 213 31 0 0.16 0.88 0.01 49.19 0.98 0.56
Hex FD D5 1F 0 10 58 1 31 62 38
Octal 375 325 37 0 20 130 1 61 142 70
Binary 11111101 11010101 11111 0 10000 1011000 1 110001 1100010 111000

Color Harmonies of #FDD51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD51F

Black with #FDD51F

Text Example


Text Example

White with #FDD51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD51F; }

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

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

background-color css

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

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

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

border-color css

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

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

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