Html Css Color HEX #FAD223 Turbo

📋 copy color: '#FAD223'

red 250 ◦ green 210 ◦ blue 35

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

Shades of Turbo #FAD223

Tints of Turbo #FAD223

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.42%

 BLUE value IS 35 (14.06% from 255) = 7.07%

R = 50.51%
G = 42.42%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAD223 (or 0xFAD223) is known color: Turbo. HEX triplet: FA, D2 and 23. RGB value is (250,210,35). Sum of RGB (Red+Green+Blue) = 250+210+35=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 35 (14.06% from 255 or 7.07% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD223 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD223 is #052DDC. Grayscale: #CACACA. Windows color (decimal): -339421 or 2347770. OLE color: 2347770.

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

Color convert

RGB 250 210 35 -
CMYK 0 0.16 0.86 0.02
HSL 48.84º 0.96% 0.56% -
HSV(B) 48.84º 0.86% 0.98% -
XYZ 62.77 66.54 11.12 -
YUV 202.01 33.75 162.23 -
System Red Green Blue C M Y K H S L
Decimal 250 210 35 0 0.16 0.86 0.02 48.84 0.96 0.56
Hex FA D2 23 0 10 56 2 31 60 38
Octal 372 322 43 0 20 126 2 61 140 70
Binary 11111010 11010010 100011 0 10000 1010110 10 110001 1100000 111000

Color Harmonies of #FAD223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD223

Black with #FAD223

Text Example


Text Example

White with #FAD223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD223; }

 p { color: rgb(250,210,35); }

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

background-color css

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

 a { background-color: rgb(250,210,35); }

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

border-color css

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

 span { border-color: rgb(250,210,35); }

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