Html Css Color HEX #FDD227 Turbo

📋 copy color: '#FDD227'

red 253 ◦ green 210 ◦ blue 39

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

Shades of Turbo #FDD227

Tints of Turbo #FDD227

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.83%

 BLUE value IS 39 (15.63% from 255) = 7.77%

R = 50.4%
G = 41.83%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDD227 (or 0xFDD227) is known color: Turbo. HEX triplet: FD, D2 and 27. RGB value is (253,210,39). Sum of RGB (Red+Green+Blue) = 253+210+39=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 39 (15.62% from 255 or 7.77% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD227 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD227 is #022DD8. Grayscale: #CCCCCC. Windows color (decimal): -142809 or 2609917. OLE color: 2609917.

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

Color convert

RGB 253 210 39 -
CMYK 0 0.17 0.85 0.01
HSL 47.94º 0.98% 0.57% -
HSV(B) 47.94º 0.85% 0.99% -
XYZ 63.92 67.12 11.51 -
YUV 203.36 35.25 163.4 -
System Red Green Blue C M Y K H S L
Decimal 253 210 39 0 0.17 0.85 0.01 47.94 0.98 0.57
Hex FD D2 27 0 11 55 1 30 62 39
Octal 375 322 47 0 21 125 1 60 142 71
Binary 11111101 11010010 100111 0 10001 1010101 1 110000 1100010 111001

Color Harmonies of #FDD227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD227

Black with #FDD227

Text Example


Text Example

White with #FDD227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD227; }

 p { color: rgb(253,210,39); }

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

background-color css

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

 a { background-color: rgb(253,210,39); }

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

border-color css

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

 span { border-color: rgb(253,210,39); }

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