Html Css Color HEX #FFD725 Turbo

📋 copy color: '#FFD725'

red 255 ◦ green 215 ◦ blue 37

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

Shades of Turbo #FFD725

Tints of Turbo #FFD725

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.41%

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

R = 50.3%
G = 42.41%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFD725 (or 0xFFD725) is known color: Turbo. HEX triplet: FF, D7 and 25. RGB value is (255,215,37). Sum of RGB (Red+Green+Blue) = 255+215+37=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 37 (14.84% from 255 or 7.30% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD725 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD725 is #0028DA. Grayscale: #CFCFCF. Windows color (decimal): -10459 or 2480127. OLE color: 2480127.

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

Color convert

RGB 255 215 37 -
CMYK 0 0.16 0.85 0
HSL 48.99º 1% 0.57% -
HSV(B) 48.99º 0.85% 1% -
XYZ 65.87 69.99 11.79 -
YUV 206.67 32.25 162.47 -
System Red Green Blue C M Y K H S L
Decimal 255 215 37 0 0.16 0.85 0 48.99 1 0.57
Hex FF D7 25 0 10 55 0 31 64 39
Octal 377 327 45 0 20 125 0 61 144 71
Binary 11111111 11010111 100101 0 10000 1010101 0 110001 1100100 111001

Color Harmonies of #FFD725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD725

Black with #FFD725

Text Example


Text Example

White with #FFD725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD725; }

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

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

background-color css

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

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

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

border-color css

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

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

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