Html Css Color HEX #FADA22 Turbo

📋 copy color: '#FADA22'

red 250 ◦ green 218 ◦ blue 34

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

Shades of Turbo #FADA22

Tints of Turbo #FADA22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.77%

R = 49.8%
G = 43.43%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FADA22 (or 0xFADA22) is known color: Turbo. HEX triplet: FA, DA and 22. RGB value is (250,218,34). Sum of RGB (Red+Green+Blue) = 250+218+34=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 34 (13.67% from 255 or 6.77% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA22 is #0525DD. Grayscale: #CFCFCF. Windows color (decimal): -337374 or 2284282. OLE color: 2284282.

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

Color convert

RGB 250 218 34 -
CMYK 0 0.13 0.86 0.02
HSL 51.11º 0.96% 0.56% -
HSV(B) 51.11º 0.86% 0.98% -
XYZ 64.78 70.58 11.72 -
YUV 206.59 30.6 158.96 -
System Red Green Blue C M Y K H S L
Decimal 250 218 34 0 0.13 0.86 0.02 51.11 0.96 0.56
Hex FA DA 22 0 D 56 2 33 60 38
Octal 372 332 42 0 15 126 2 63 140 70
Binary 11111010 11011010 100010 0 1101 1010110 10 110011 1100000 111000

Color Harmonies of #FADA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA22

Black with #FADA22

Text Example


Text Example

White with #FADA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA22; }

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

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

background-color css

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

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

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

border-color css

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

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

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