Html Css Color HEX #FDD61F Turbo

📋 copy color: '#FDD61F'

red 253 ◦ green 214 ◦ blue 31

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

Shades of Turbo #FDD61F

Tints of Turbo #FDD61F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.97%

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

R = 50.8%
G = 42.97%
B = 6.22%

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

#FDD61F (or 0xFDD61F) is known color: Turbo. HEX triplet: FD, D6 and 1F. RGB value is (253,214,31). Sum of RGB (Red+Green+Blue) = 253+214+31=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 31 (12.5% from 255 or 6.22% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD61F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD61F is #0229E0. Grayscale: #CDCDCD. Windows color (decimal): -141793 or 2086653. OLE color: 2086653.

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

Color convert

RGB 253 214 31 -
CMYK 0 0.15 0.88 0.01
HSL 49.46º 0.98% 0.56% -
HSV(B) 49.46º 0.88% 0.99% -
XYZ 64.8 69.07 11.21 -
YUV 204.8 29.92 162.38 -
System Red Green Blue C M Y K H S L
Decimal 253 214 31 0 0.15 0.88 0.01 49.46 0.98 0.56
Hex FD D6 1F 0 F 58 1 31 62 38
Octal 375 326 37 0 17 130 1 61 142 70
Binary 11111101 11010110 11111 0 1111 1011000 1 110001 1100010 111000

Color Harmonies of #FDD61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD61F

Black with #FDD61F

Text Example


Text Example

White with #FDD61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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