Html Css Color HEX #FADC23 Turbo

📋 copy color: '#FADC23'

red 250 ◦ green 220 ◦ blue 35

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

Shades of Turbo #FADC23

Tints of Turbo #FADC23

RGB

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

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

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

R = 49.5%
G = 43.56%
B = 6.93%

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

#FADC23 (or 0xFADC23) is known color: Turbo. HEX triplet: FA, DC and 23. RGB value is (250,220,35). Sum of RGB (Red+Green+Blue) = 250+220+35=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 35 (14.06% from 255 or 6.93% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC23 is #0523DC. Grayscale: #D0D0D0. Windows color (decimal): -336861 or 2350330. OLE color: 2350330.

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

Color convert

RGB 250 220 35 -
CMYK 0 0.12 0.86 0.02
HSL 51.63º 0.96% 0.56% -
HSV(B) 51.63º 0.86% 0.98% -
XYZ 65.32 71.63 11.97 -
YUV 207.88 30.44 158.04 -
System Red Green Blue C M Y K H S L
Decimal 250 220 35 0 0.12 0.86 0.02 51.63 0.96 0.56
Hex FA DC 23 0 C 56 2 34 60 38
Octal 372 334 43 0 14 126 2 64 140 70
Binary 11111010 11011100 100011 0 1100 1010110 10 110100 1100000 111000

Color Harmonies of #FADC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC23

Black with #FADC23

Text Example


Text Example

White with #FADC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC23; }

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

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

background-color css

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

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

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

border-color css

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

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

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