Html Css Color HEX #FADA1D Turbo

📋 copy color: '#FADA1D'

red 250 ◦ green 218 ◦ blue 29

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

Shades of Turbo #FADA1D

Tints of Turbo #FADA1D

RGB

 RED value IS 250 (98.05% from 255) = 50.3%

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

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

R = 50.3%
G = 43.86%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FADA1D (or 0xFADA1D) is known color: Turbo. HEX triplet: FA, DA and 1D. RGB value is (250,218,29). Sum of RGB (Red+Green+Blue) = 250+218+29=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 29 (11.72% from 255 or 5.84% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA1D is #0525E2. Grayscale: #CECECE. Windows color (decimal): -337379 or 1956602. OLE color: 1956602.

HSL color Cylindrical-coordinate representation of color #FADA1D: hue angle of 51.31º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FADA1D is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 218 29 -
CMYK 0 0.13 0.88 0.02
HSL 51.31º 0.96% 0.55% -
HSV(B) 51.31º 0.88% 0.98% -
XYZ 64.72 70.56 11.37 -
YUV 206.02 28.1 159.37 -
System Red Green Blue C M Y K H S L
Decimal 250 218 29 0 0.13 0.88 0.02 51.31 0.96 0.55
Hex FA DA 1D 0 D 58 2 33 60 37
Octal 372 332 35 0 15 130 2 63 140 67
Binary 11111010 11011010 11101 0 1101 1011000 10 110011 1100000 110111

Color Harmonies of #FADA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA1D

Black with #FADA1D

Text Example


Text Example

White with #FADA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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