Html Css Color HEX #FFDA25 Turbo

📋 copy color: '#FFDA25'

red 255 ◦ green 218 ◦ blue 37

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

Shades of Turbo #FFDA25

Tints of Turbo #FFDA25

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.75%

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

R = 50%
G = 42.75%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFDA25 (or 0xFFDA25) is known color: Turbo. HEX triplet: FF, DA and 25. RGB value is (255,218,37). Sum of RGB (Red+Green+Blue) = 255+218+37=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 37 (14.84% from 255 or 7.25% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA25 is #0025DA. Grayscale: #D1D1D1. Windows color (decimal): -9691 or 2480895. OLE color: 2480895.

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

Color convert

RGB 255 218 37 -
CMYK 0 0.15 0.85 0
HSL 49.82º 1% 0.57% -
HSV(B) 49.82º 0.85% 1% -
XYZ 66.65 71.54 12.05 -
YUV 208.43 31.26 161.22 -
System Red Green Blue C M Y K H S L
Decimal 255 218 37 0 0.15 0.85 0 49.82 1 0.57
Hex FF DA 25 0 F 55 0 32 64 39
Octal 377 332 45 0 17 125 0 62 144 71
Binary 11111111 11011010 100101 0 1111 1010101 0 110010 1100100 111001

Color Harmonies of #FFDA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA25

Black with #FFDA25

Text Example


Text Example

White with #FFDA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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