Html Css Color HEX #FADA1B Turbo

📋 copy color: '#FADA1B'

red 250 ◦ green 218 ◦ blue 27

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

Shades of Turbo #FADA1B

Tints of Turbo #FADA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.45%

R = 50.51%
G = 44.04%
B = 5.45%

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

#FADA1B (or 0xFADA1B) is known color: Turbo. HEX triplet: FA, DA and 1B. RGB value is (250,218,27). Sum of RGB (Red+Green+Blue) = 250+218+27=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 27 (10.94% from 255 or 5.45% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA1B is #0525E4. Grayscale: #CECECE. Windows color (decimal): -337381 or 1825530. OLE color: 1825530.

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

Color convert

RGB 250 218 27 -
CMYK 0 0.13 0.89 0.02
HSL 51.39º 0.96% 0.54% -
HSV(B) 51.39º 0.89% 0.98% -
XYZ 64.69 70.55 11.24 -
YUV 205.79 27.1 159.53 -
System Red Green Blue C M Y K H S L
Decimal 250 218 27 0 0.13 0.89 0.02 51.39 0.96 0.54
Hex FA DA 1B 0 D 59 2 33 60 36
Octal 372 332 33 0 15 131 2 63 140 66
Binary 11111010 11011010 11011 0 1101 1011001 10 110011 1100000 110110

Color Harmonies of #FADA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA1B

Black with #FADA1B

Text Example


Text Example

White with #FADA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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