Html Css Color HEX #FDD01B Turbo

📋 copy color: '#FDD01B'

red 253 ◦ green 208 ◦ blue 27

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

Shades of Turbo #FDD01B

Tints of Turbo #FDD01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.53%

R = 51.84%
G = 42.62%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDD01B (or 0xFDD01B) is known color: Turbo. HEX triplet: FD, D0 and 1B. RGB value is (253,208,27). Sum of RGB (Red+Green+Blue) = 253+208+27=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 27 (10.94% from 255 or 5.53% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD01B is #022FE4. Grayscale: #C9C9C9. Windows color (decimal): -143333 or 1822973. OLE color: 1822973.

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

Color convert

RGB 253 208 27 -
CMYK 0 0.18 0.89 0.01
HSL 48.05º 0.98% 0.55% -
HSV(B) 48.05º 0.89% 0.99% -
XYZ 63.26 66.07 10.46 -
YUV 200.82 29.91 165.22 -
System Red Green Blue C M Y K H S L
Decimal 253 208 27 0 0.18 0.89 0.01 48.05 0.98 0.55
Hex FD D0 1B 0 12 59 1 30 62 37
Octal 375 320 33 0 22 131 1 60 142 67
Binary 11111101 11010000 11011 0 10010 1011001 1 110000 1100010 110111

Color Harmonies of #FDD01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD01B

Black with #FDD01B

Text Example


Text Example

White with #FDD01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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