Html Css Color HEX #FADC26 Turbo

📋 copy color: '#FADC26'

red 250 ◦ green 220 ◦ blue 38

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

Shades of Turbo #FADC26

Tints of Turbo #FADC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.48%

R = 49.21%
G = 43.31%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FADC26 (or 0xFADC26) is known color: Turbo. HEX triplet: FA, DC and 26. RGB value is (250,220,38). Sum of RGB (Red+Green+Blue) = 250+220+38=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 38 (15.23% from 255 or 7.48% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC26 is #0523D9. Grayscale: #D0D0D0. Windows color (decimal): -336858 or 2546938. OLE color: 2546938.

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

Color convert

RGB 250 220 38 -
CMYK 0 0.12 0.85 0.02
HSL 51.51º 0.95% 0.56% -
HSV(B) 51.51º 0.85% 0.98% -
XYZ 65.37 71.65 12.22 -
YUV 208.22 31.94 157.8 -
System Red Green Blue C M Y K H S L
Decimal 250 220 38 0 0.12 0.85 0.02 51.51 0.95 0.56
Hex FA DC 26 0 C 55 2 34 5F 38
Octal 372 334 46 0 14 125 2 64 137 70
Binary 11111010 11011100 100110 0 1100 1010101 10 110100 1011111 111000

Color Harmonies of #FADC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC26

Black with #FADC26

Text Example


Text Example

White with #FADC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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