Html Css Color HEX #FDD01E Turbo

📋 copy color: '#FDD01E'

red 253 ◦ green 208 ◦ blue 30

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

Shades of Turbo #FDD01E

Tints of Turbo #FDD01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.11%

R = 51.53%
G = 42.36%
B = 6.11%

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

#FDD01E (or 0xFDD01E) is known color: Turbo. HEX triplet: FD, D0 and 1E. RGB value is (253,208,30). Sum of RGB (Red+Green+Blue) = 253+208+30=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 30 (12.11% from 255 or 6.11% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD01E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD01E is #022FE1. Grayscale: #C9C9C9. Windows color (decimal): -143330 or 2019581. OLE color: 2019581.

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

Color convert

RGB 253 208 30 -
CMYK 0 0.18 0.88 0.01
HSL 47.89º 0.98% 0.55% -
HSV(B) 47.89º 0.88% 0.99% -
XYZ 63.3 66.09 10.65 -
YUV 201.16 31.41 164.97 -
System Red Green Blue C M Y K H S L
Decimal 253 208 30 0 0.18 0.88 0.01 47.89 0.98 0.55
Hex FD D0 1E 0 12 58 1 30 62 37
Octal 375 320 36 0 22 130 1 60 142 67
Binary 11111101 11010000 11110 0 10010 1011000 1 110000 1100010 110111

Color Harmonies of #FDD01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD01E

Black with #FDD01E

Text Example


Text Example

White with #FDD01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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