Html Css Color HEX #FADA1C Turbo

📋 copy color: '#FADA1C'

red 250 ◦ green 218 ◦ blue 28

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

Shades of Turbo #FADA1C

Tints of Turbo #FADA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.65%

R = 50.4%
G = 43.95%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FADA1C (or 0xFADA1C) is known color: Turbo. HEX triplet: FA, DA and 1C. RGB value is (250,218,28). Sum of RGB (Red+Green+Blue) = 250+218+28=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 28 (11.33% from 255 or 5.65% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA1C is #0525E3. Grayscale: #CECECE. Windows color (decimal): -337380 or 1891066. OLE color: 1891066.

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

Color convert

RGB 250 218 28 -
CMYK 0 0.13 0.89 0.02
HSL 51.35º 0.96% 0.55% -
HSV(B) 51.35º 0.89% 0.98% -
XYZ 64.71 70.55 11.31 -
YUV 205.91 27.6 159.45 -
System Red Green Blue C M Y K H S L
Decimal 250 218 28 0 0.13 0.89 0.02 51.35 0.96 0.55
Hex FA DA 1C 0 D 59 2 33 60 37
Octal 372 332 34 0 15 131 2 63 140 67
Binary 11111010 11011010 11100 0 1101 1011001 10 110011 1100000 110111

Color Harmonies of #FADA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA1C

Black with #FADA1C

Text Example


Text Example

White with #FADA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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