Html Css Color HEX #FDD325 Turbo

📋 copy color: '#FDD325'

red 253 ◦ green 211 ◦ blue 37

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

Shades of Turbo #FDD325

Tints of Turbo #FDD325

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.12%

 BLUE value IS 37 (14.84% from 255) = 7.39%

R = 50.5%
G = 42.12%
B = 7.39%

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

#FDD325 (or 0xFDD325) is known color: Turbo. HEX triplet: FD, D3 and 25. RGB value is (253,211,37). Sum of RGB (Red+Green+Blue) = 253+211+37=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 37 (14.84% from 255 or 7.39% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD325 is #022CDA. Grayscale: #CCCCCC. Windows color (decimal): -142555 or 2479101. OLE color: 2479101.

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

Color convert

RGB 253 211 37 -
CMYK 0 0.17 0.85 0.01
HSL 48.33º 0.98% 0.57% -
HSV(B) 48.33º 0.85% 0.99% -
XYZ 64.14 67.6 11.42 -
YUV 203.72 33.91 163.15 -
System Red Green Blue C M Y K H S L
Decimal 253 211 37 0 0.17 0.85 0.01 48.33 0.98 0.57
Hex FD D3 25 0 11 55 1 30 62 39
Octal 375 323 45 0 21 125 1 60 142 71
Binary 11111101 11010011 100101 0 10001 1010101 1 110000 1100010 111001

Color Harmonies of #FDD325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD325

Black with #FDD325

Text Example


Text Example

White with #FDD325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD325; }

 p { color: rgb(253,211,37); }

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

background-color css

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

 a { background-color: rgb(253,211,37); }

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

border-color css

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

 span { border-color: rgb(253,211,37); }

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