Html Css Color HEX #FDD11B Turbo

📋 copy color: '#FDD11B'

red 253 ◦ green 209 ◦ blue 27

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

Shades of Turbo #FDD11B

Tints of Turbo #FDD11B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.74%

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

R = 51.74%
G = 42.74%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDD11B (or 0xFDD11B) is known color: Turbo. HEX triplet: FD, D1 and 1B. RGB value is (253,209,27). Sum of RGB (Red+Green+Blue) = 253+209+27=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 27 (10.94% from 255 or 5.52% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD11B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD11B is #022EE4. Grayscale: #CACACA. Windows color (decimal): -143077 or 1823229. OLE color: 1823229.

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

Color convert

RGB 253 209 27 -
CMYK 0 0.17 0.89 0.01
HSL 48.32º 0.98% 0.55% -
HSV(B) 48.32º 0.89% 0.99% -
XYZ 63.51 66.56 10.54 -
YUV 201.41 29.58 164.8 -
System Red Green Blue C M Y K H S L
Decimal 253 209 27 0 0.17 0.89 0.01 48.32 0.98 0.55
Hex FD D1 1B 0 11 59 1 30 62 37
Octal 375 321 33 0 21 131 1 60 142 67
Binary 11111101 11010001 11011 0 10001 1011001 1 110000 1100010 110111

Color Harmonies of #FDD11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD11B

Black with #FDD11B

Text Example


Text Example

White with #FDD11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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