Html Css Color HEX #FADC1E Turbo

📋 copy color: '#FADC1E'

red 250 ◦ green 220 ◦ blue 30

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

Shades of Turbo #FADC1E

Tints of Turbo #FADC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6%

R = 50%
G = 44%
B = 6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FADC1E (or 0xFADC1E) is known color: Turbo. HEX triplet: FA, DC and 1E. RGB value is (250,220,30). Sum of RGB (Red+Green+Blue) = 250+220+30=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 30 (12.11% from 255 or 6% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC1E is #0523E1. Grayscale: #D0D0D0. Windows color (decimal): -336866 or 2022650. OLE color: 2022650.

HSL color Cylindrical-coordinate representation of color #FADC1E: hue angle of 51.82º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FADC1E is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 220 30 -
CMYK 0 0.12 0.88 0.02
HSL 51.82º 0.96% 0.55% -
HSV(B) 51.82º 0.88% 0.98% -
XYZ 65.25 71.6 11.61 -
YUV 207.31 27.94 158.45 -
System Red Green Blue C M Y K H S L
Decimal 250 220 30 0 0.12 0.88 0.02 51.82 0.96 0.55
Hex FA DC 1E 0 C 58 2 34 60 37
Octal 372 334 36 0 14 130 2 64 140 67
Binary 11111010 11011100 11110 0 1100 1011000 10 110100 1100000 110111

Color Harmonies of #FADC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC1E

Black with #FADC1E

Text Example


Text Example

White with #FADC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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