Html Css Color HEX #FADC24 Turbo

📋 copy color: '#FADC24'

red 250 ◦ green 220 ◦ blue 36

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

Shades of Turbo #FADC24

Tints of Turbo #FADC24

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.48%

 BLUE value IS 36 (14.45% from 255) = 7.11%

R = 49.41%
G = 43.48%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FADC24 (or 0xFADC24) is known color: Turbo. HEX triplet: FA, DC and 24. RGB value is (250,220,36). Sum of RGB (Red+Green+Blue) = 250+220+36=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 36 (14.45% from 255 or 7.11% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC24 is #0523DB. Grayscale: #D0D0D0. Windows color (decimal): -336860 or 2415866. OLE color: 2415866.

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

Color convert

RGB 250 220 36 -
CMYK 0 0.12 0.86 0.02
HSL 51.59º 0.96% 0.56% -
HSV(B) 51.59º 0.86% 0.98% -
XYZ 65.34 71.64 12.05 -
YUV 207.99 30.94 157.96 -
System Red Green Blue C M Y K H S L
Decimal 250 220 36 0 0.12 0.86 0.02 51.59 0.96 0.56
Hex FA DC 24 0 C 56 2 34 60 38
Octal 372 334 44 0 14 126 2 64 140 70
Binary 11111010 11011100 100100 0 1100 1010110 10 110100 1100000 111000

Color Harmonies of #FADC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC24

Black with #FADC24

Text Example


Text Example

White with #FADC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC24; }

 p { color: rgb(250,220,36); }

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

background-color css

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

 a { background-color: rgb(250,220,36); }

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

border-color css

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

 span { border-color: rgb(250,220,36); }

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