Html Css Color HEX #FFDA1D Turbo

📋 copy color: '#FFDA1D'

red 255 ◦ green 218 ◦ blue 29

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

Shades of Turbo #FFDA1D

Tints of Turbo #FFDA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.78%

R = 50.8%
G = 43.43%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFDA1D (or 0xFFDA1D) is known color: Turbo. HEX triplet: FF, DA and 1D. RGB value is (255,218,29). Sum of RGB (Red+Green+Blue) = 255+218+29=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 29 (11.72% from 255 or 5.78% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA1D is #0025E2. Grayscale: #D0D0D0. Windows color (decimal): -9699 or 1956607. OLE color: 1956607.

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

Color convert

RGB 255 218 29 -
CMYK 0 0.15 0.89 0
HSL 50.18º 1% 0.56% -
HSV(B) 50.18º 0.89% 1% -
XYZ 66.53 71.49 11.45 -
YUV 207.52 27.26 161.87 -
System Red Green Blue C M Y K H S L
Decimal 255 218 29 0 0.15 0.89 0 50.18 1 0.56
Hex FF DA 1D 0 F 59 0 32 64 38
Octal 377 332 35 0 17 131 0 62 144 70
Binary 11111111 11011010 11101 0 1111 1011001 0 110010 1100100 111000

Color Harmonies of #FFDA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA1D

Black with #FFDA1D

Text Example


Text Example

White with #FFDA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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