Html Css Color HEX #FFD325 Turbo

📋 copy color: '#FFD325'

red 255 ◦ green 211 ◦ blue 37

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

Shades of Turbo #FFD325

Tints of Turbo #FFD325

RGB

 RED value IS 255 (100% from 255) = 50.7%

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

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

R = 50.7%
G = 41.95%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFD325 (or 0xFFD325) is known color: Turbo. HEX triplet: FF, D3 and 25. RGB value is (255,211,37). Sum of RGB (Red+Green+Blue) = 255+211+37=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 37 (14.84% from 255 or 7.36% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD325 is #002CDA. Grayscale: #CDCDCD. Windows color (decimal): -11483 or 2479103. OLE color: 2479103.

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

Color convert

RGB 255 211 37 -
CMYK 0 0.17 0.85 0
HSL 47.89º 1% 0.57% -
HSV(B) 47.89º 0.85% 1% -
XYZ 64.87 67.98 11.45 -
YUV 204.32 33.58 164.15 -
System Red Green Blue C M Y K H S L
Decimal 255 211 37 0 0.17 0.85 0 47.89 1 0.57
Hex FF D3 25 0 11 55 0 30 64 39
Octal 377 323 45 0 21 125 0 60 144 71
Binary 11111111 11010011 100101 0 10001 1010101 0 110000 1100100 111001

Color Harmonies of #FFD325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD325

Black with #FFD325

Text Example


Text Example

White with #FFD325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD325; }

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

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

background-color css

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

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

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

border-color css

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

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

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