Html Css Color HEX #FADA28 Turbo

📋 copy color: '#FADA28'

red 250 ◦ green 218 ◦ blue 40

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

Shades of Turbo #FADA28

Tints of Turbo #FADA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.87%

R = 49.21%
G = 42.91%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FADA28 (or 0xFADA28) is known color: Turbo. HEX triplet: FA, DA and 28. RGB value is (250,218,40). Sum of RGB (Red+Green+Blue) = 250+218+40=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 40 (16.02% from 255 or 7.87% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA28 is #0525D7. Grayscale: #D0D0D0. Windows color (decimal): -337368 or 2677498. OLE color: 2677498.

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

Color convert

RGB 250 218 40 -
CMYK 0 0.13 0.84 0.02
HSL 50.86º 0.95% 0.57% -
HSV(B) 50.86º 0.84% 0.98% -
XYZ 64.88 70.62 12.22 -
YUV 207.28 33.6 158.47 -
System Red Green Blue C M Y K H S L
Decimal 250 218 40 0 0.13 0.84 0.02 50.86 0.95 0.57
Hex FA DA 28 0 D 54 2 33 5F 39
Octal 372 332 50 0 15 124 2 63 137 71
Binary 11111010 11011010 101000 0 1101 1010100 10 110011 1011111 111001

Color Harmonies of #FADA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA28

Black with #FADA28

Text Example


Text Example

White with #FADA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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