Html Css Color HEX #FDD122 Turbo

📋 copy color: '#FDD122'

red 253 ◦ green 209 ◦ blue 34

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

Shades of Turbo #FDD122

Tints of Turbo #FDD122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.85%

R = 51.01%
G = 42.14%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDD122 (or 0xFDD122) is known color: Turbo. HEX triplet: FD, D1 and 22. RGB value is (253,209,34). Sum of RGB (Red+Green+Blue) = 253+209+34=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 34 (13.67% from 255 or 6.85% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD122 is #022EDD. Grayscale: #CACACA. Windows color (decimal): -143070 or 2281981. OLE color: 2281981.

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

Color convert

RGB 253 209 34 -
CMYK 0 0.17 0.87 0.01
HSL 47.95º 0.98% 0.56% -
HSV(B) 47.95º 0.87% 0.99% -
XYZ 63.6 66.6 11.02 -
YUV 202.21 33.08 164.23 -
System Red Green Blue C M Y K H S L
Decimal 253 209 34 0 0.17 0.87 0.01 47.95 0.98 0.56
Hex FD D1 22 0 11 57 1 30 62 38
Octal 375 321 42 0 21 127 1 60 142 70
Binary 11111101 11010001 100010 0 10001 1010111 1 110000 1100010 111000

Color Harmonies of #FDD122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD122

Black with #FDD122

Text Example


Text Example

White with #FDD122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD122; }

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

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

background-color css

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

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

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

border-color css

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

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

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