Html Css Color HEX #FADA1F Turbo

📋 copy color: '#FADA1F'

red 250 ◦ green 218 ◦ blue 31

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

Shades of Turbo #FADA1F

Tints of Turbo #FADA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.21%

R = 50.1%
G = 43.69%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FADA1F (or 0xFADA1F) is known color: Turbo. HEX triplet: FA, DA and 1F. RGB value is (250,218,31). Sum of RGB (Red+Green+Blue) = 250+218+31=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 31 (12.5% from 255 or 6.21% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA1F is #0525E0. Grayscale: #CFCFCF. Windows color (decimal): -337377 or 2087674. OLE color: 2087674.

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

Color convert

RGB 250 218 31 -
CMYK 0 0.13 0.88 0.02
HSL 51.23º 0.96% 0.55% -
HSV(B) 51.23º 0.88% 0.98% -
XYZ 64.74 70.57 11.5 -
YUV 206.25 29.1 159.21 -
System Red Green Blue C M Y K H S L
Decimal 250 218 31 0 0.13 0.88 0.02 51.23 0.96 0.55
Hex FA DA 1F 0 D 58 2 33 60 37
Octal 372 332 37 0 15 130 2 63 140 67
Binary 11111010 11011010 11111 0 1101 1011000 10 110011 1100000 110111

Color Harmonies of #FADA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA1F

Black with #FADA1F

Text Example


Text Example

White with #FADA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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