Html Css Color HEX #FADD22 Turbo

📋 copy color: '#FADD22'

red 250 ◦ green 221 ◦ blue 34

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

Shades of Turbo #FADD22

Tints of Turbo #FADD22

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.76%

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

R = 49.5%
G = 43.76%
B = 6.73%

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

#FADD22 (or 0xFADD22) is known color: Turbo. HEX triplet: FA, DD and 22. RGB value is (250,221,34). Sum of RGB (Red+Green+Blue) = 250+221+34=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 34 (13.67% from 255 or 6.73% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD22 is #0522DD. Grayscale: #D1D1D1. Windows color (decimal): -336606 or 2285050. OLE color: 2285050.

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

Color convert

RGB 250 221 34 -
CMYK 0 0.12 0.86 0.02
HSL 51.94º 0.96% 0.56% -
HSV(B) 51.94º 0.86% 0.98% -
XYZ 65.57 72.15 11.98 -
YUV 208.35 29.61 157.71 -
System Red Green Blue C M Y K H S L
Decimal 250 221 34 0 0.12 0.86 0.02 51.94 0.96 0.56
Hex FA DD 22 0 C 56 2 34 60 38
Octal 372 335 42 0 14 126 2 64 140 70
Binary 11111010 11011101 100010 0 1100 1010110 10 110100 1100000 111000

Color Harmonies of #FADD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD22

Black with #FADD22

Text Example


Text Example

White with #FADD22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD22; }

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

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

background-color css

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

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

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

border-color css

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

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

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