Html Css Color HEX #FADA26 Turbo

📋 copy color: '#FADA26'

red 250 ◦ green 218 ◦ blue 38

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

Shades of Turbo #FADA26

Tints of Turbo #FADA26

RGB

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

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

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

R = 49.41%
G = 43.08%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FADA26 (or 0xFADA26) is known color: Turbo. HEX triplet: FA, DA and 26. RGB value is (250,218,38). Sum of RGB (Red+Green+Blue) = 250+218+38=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 38 (15.23% from 255 or 7.51% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA26 is #0525D9. Grayscale: #CFCFCF. Windows color (decimal): -337370 or 2546426. OLE color: 2546426.

HSL color Cylindrical-coordinate representation of color #FADA26: hue angle of 50.94º 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 #FADA26 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 218 38 -
CMYK 0 0.13 0.85 0.02
HSL 50.94º 0.95% 0.56% -
HSV(B) 50.94º 0.85% 0.98% -
XYZ 64.85 70.61 12.04 -
YUV 207.05 32.6 158.64 -
System Red Green Blue C M Y K H S L
Decimal 250 218 38 0 0.13 0.85 0.02 50.94 0.95 0.56
Hex FA DA 26 0 D 55 2 33 5F 38
Octal 372 332 46 0 15 125 2 63 137 70
Binary 11111010 11011010 100110 0 1101 1010101 10 110011 1011111 111000

Color Harmonies of #FADA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA26

Black with #FADA26

Text Example


Text Example

White with #FADA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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