Html Css Color HEX #FDD01F Turbo

📋 copy color: '#FDD01F'

red 253 ◦ green 208 ◦ blue 31

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

Shades of Turbo #FDD01F

Tints of Turbo #FDD01F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.28%

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

R = 51.42%
G = 42.28%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDD01F (or 0xFDD01F) is known color: Turbo. HEX triplet: FD, D0 and 1F. RGB value is (253,208,31). Sum of RGB (Red+Green+Blue) = 253+208+31=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 31 (12.5% from 255 or 6.30% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD01F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD01F is #022FE0. Grayscale: #CACACA. Windows color (decimal): -143329 or 2085117. OLE color: 2085117.

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

Color convert

RGB 253 208 31 -
CMYK 0 0.18 0.88 0.01
HSL 47.84º 0.98% 0.56% -
HSV(B) 47.84º 0.88% 0.99% -
XYZ 63.31 66.09 10.72 -
YUV 201.28 31.91 164.89 -
System Red Green Blue C M Y K H S L
Decimal 253 208 31 0 0.18 0.88 0.01 47.84 0.98 0.56
Hex FD D0 1F 0 12 58 1 30 62 38
Octal 375 320 37 0 22 130 1 60 142 70
Binary 11111101 11010000 11111 0 10010 1011000 1 110000 1100010 111000

Color Harmonies of #FDD01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD01F

Black with #FDD01F

Text Example


Text Example

White with #FDD01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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